UNPKG

bushido-strap

Version:

a library of styled components with material theme

30 lines (28 loc) 974 B
import styledMap from "styled-map"; import { theme } from "../../../theme"; export default styledMap` red: ${theme.colors.red3}; orange: ${theme.colors.orange3}; deepOrange: ${theme.colors.deepOrange3}; amber: ${theme.colors.amber3}; yellow: ${theme.colors.yellow3}; brown: ${theme.colors.brown3}; lime: ${theme.colors.lime3}; lightGreen: ${theme.colors.lightGreen3}; green: ${theme.colors.green3}; teal: ${theme.colors.teal3}; cyan: ${theme.colors.cyan3}; lightBlue: ${theme.colors.lightBlue3}; blue: ${theme.colors.blue3}; indigo: ${theme.colors.indigo3}; deepPurple: ${theme.colors.deepPurple3}; purple: ${theme.colors.purple3}; pink: ${theme.colors.pink3}; invert: ${theme.colors.gray2}; primary: ${theme.palette.primaryLight}; secondary: ${theme.palette.secondaryLight}; success: ${theme.palette.successLight}; warning: ${theme.palette.warningLight}; info: ${theme.palette.infoLight}; default: ${theme.colors.gray4}; `;