UNPKG

sriracha-ui

Version:

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

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