UNPKG

bushido-strap

Version:

a library of styled components with material theme

9 lines (7 loc) 209 B
import styledMap from "styled-map"; import { theme } from "../../../theme"; export default styledMap` invert: ${theme.colors.gray9}; mid: ${theme.colors.blackAlpha6}; default: ${theme.colors.gray0}; `;