adaptiv-ui
Version:
a library of styled components with some global style overrides in sass
17 lines (15 loc) • 383 B
JavaScript
import styledMap from "styled-map";
import theme from "../../../theme";
export default styledMap`
blue: ${theme.blue6};
purple: ${theme.purple6};
pink: ${theme.pink6};
green: ${theme.green6};
orange: ${theme.orange6};
red: ${theme.red6};
cyan: ${theme.cyan6};
teal: ${theme.teal6};
yellow: ${theme.yellow4};
invert: ${theme.gray5};
default: ${theme.gray6};
`;