UNPKG

bushido-strap

Version:

a library of styled components with material theme

23 lines (21 loc) 692 B
import styledMap from "styled-map"; import { theme } from "../../../theme"; export default styledMap` red: ${theme.colors.red4}; orange: ${theme.colors.orange4}; amber: ${theme.colors.amber4}; yellow: ${theme.colors.yellow4}; brown: ${theme.colors.brown4}; lightGreen: ${theme.colors.lightGreen4}; green: ${theme.colors.green4}; teal: ${theme.colors.teal4}; cyan: ${theme.colors.cyan4}; lightBlue: ${theme.colors.lightBlue4}; blue: ${theme.colors.blue4}; indigo: ${theme.colors.indigo4}; deepPurple: ${theme.colors.deepPurple4}; purple: ${theme.colors.purple4}; pink: ${theme.colors.pink4}; invert: ${theme.colors.gray6}; default: ${theme.colors.gray4}; `;