UNPKG

bushido-strap

Version:

a library of styled components with material theme

8 lines (6 loc) 179 B
import styledMap from "styled-map"; import { theme } from "../../../theme"; export default styledMap` yellow: ${theme.colors.deepOrange8}; default: ${theme.colors.gray0}; `;