UNPKG

bushido-strap

Version:

a library of styled components with material theme

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