UNPKG

sriracha-ui

Version:

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

7 lines (5 loc) 163 B
import styledMap from "styled-map"; export default styledMap` invert: ${({ theme }) => theme.colors.gray8}; default: ${({ theme }) => theme.colors.gray1}; `;