0.1.1 • Published 5 years ago
@rock-kit/light-theme v0.1.1
category: packages
Rock Kit Light Theme
A UI component theme for Rock Content products.
This theme has a 3:1 minimum contrast requirement.
Installation
yarn add @rock-kit/light-theme
Usage
Before mounting (rendering) your React application:
import { theme } from '@rock-kit/light-theme'
theme.use()
To override the variables:
theme.use({ overrides: { colors: { brand: 'red' } } })