UNPKG

bushido-strap

Version:

a library of styled components with material theme

30 lines (28 loc) 949 B
import styledMap from "styled-map"; import { theme } from "../../../theme"; export default styledMap` red: ${theme.colors.red6}; orange: ${theme.colors.orange6}; deepOrange: ${theme.colors.deepOrange6}; brown: ${theme.colors.brown6}; amber: ${theme.colors.amber6}; yellow: ${theme.colors.yellow6}; lime: ${theme.colors.lime6}; lightGreen: ${theme.colors.lightGreen6}; green: ${theme.colors.green6}; teal: ${theme.colors.teal6}; cyan: ${theme.colors.cyan6}; lightBlue: ${theme.colors.lightBlue6}; blue: ${theme.colors.blue6}; indigo: ${theme.colors.indigo6}; deepPurple: ${theme.colors.deepPurple6}; purple: ${theme.colors.purple6}; pink: ${theme.colors.pink6}; invert: ${theme.colors.gray4}; primary: ${theme.palette.primary}; secondary: ${theme.palette.secondary}; success: ${theme.palette.success}; warning: ${theme.palette.warning}; info: ${theme.palette.info}; default: ${theme.colors.gray6}; `;