UNPKG

bushido-strap

Version:

a library of styled components with material theme

8 lines (6 loc) 170 B
import styledMap from "styled-map"; import { theme } from "../../theme"; export default styledMap` invert: ${theme.colors.gray8}; default: ${theme.colors.gray1}; `;