UNPKG

adaptiv-ui

Version:

a library of styled components with some global style overrides in sass

11 lines (9 loc) 231 B
import styledMap from "styled-map"; import theme from "../../../theme"; export default styledMap` primary: ${theme.primary}; secondary: white; yellow: ${theme.brown8}; invert: ${theme.gray8}; default: ${theme.gray0}; `;