UNPKG

adaptiv-ui

Version:

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

8 lines (6 loc) 155 B
import styledMap from "styled-map"; import theme from "../../../theme"; export default styledMap` invert: ${theme.gray1}; default: ${theme.gray8}; `;