UNPKG

sriracha-ui

Version:

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

8 lines (6 loc) 211 B
import styledMap from "styled-map"; export default styledMap` yellow: ${({ theme }) => theme.colors.gray0}; invert: ${({ theme }) => theme.colors.gray0}; default: ${({ theme }) => theme.colors.gray8}; `;