UNPKG

adaptiv-ui

Version:

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

9 lines (7 loc) 201 B
import styledMap from "styled-map"; import theme from "../../../theme"; export default styledMap` shade: 0 0.3rem 1rem ${theme.gray7}; backlight: 0 0.3rem 1rem ${theme.gray0}; default: none; `;