UNPKG

sriracha-ui

Version:

A react style library build with styled-components, and material ui theme.

8 lines (6 loc) 219 B
import styledMap from "styled-map"; export default styledMap` shade: ${({ theme }) => `0 0.3rem 1rem ${theme.colors.gray7}`}; backlight: ${({ theme }) => `0 0.3rem 1rem ${theme.colors.gray0}`}; default: none; `;