UNPKG

bushido-strap

Version:

a library of styled components with material theme

30 lines (28 loc) 969 B
import styledMap from "styled-map"; import { theme } from "../../../theme"; export default styledMap` red: ${theme.colors.red7}; orange: ${theme.colors.orange7}; deepOrange: ${theme.colors.deepOrange7}; brown: ${theme.colors.brown7}; amber: ${theme.colors.amber7}; yellow: ${theme.colors.yellow7}; lime: ${theme.colors.lime7}; lightGreen: ${theme.colors.lightGreen7}; green: ${theme.colors.green7}; teal: ${theme.colors.teal7}; cyan: ${theme.colors.cyan7}; lightBlue: ${theme.colors.lightBlue7}; blue: ${theme.colors.blue7}; indigo: ${theme.colors.indigo7}; deepPurple: ${theme.colors.deepPurple7}; purple: ${theme.colors.purple7}; pink: ${theme.colors.pink7}; invert: ${theme.colors.gray6}; primary: ${theme.palette.primaryDark}; secondary: ${theme.palette.secondaryDark}; success: ${theme.palette.successDark}; warning: ${theme.palette.warningDark}; info: ${theme.palette.infoDark}; default: ${theme.colors.gray8}; `;