UNPKG

sriracha-ui

Version:

A react style library build with styled-components, and material ui theme.

8 lines (6 loc) 195 B
import styledMap from "styled-map"; import { defaultTheme } from "../../../theme"; export default styledMap` yellow: ${defaultTheme.colors.amber7}; default: ${defaultTheme.colors.gray0}; `;