0.1.1 • Published 6 years ago
@thorchain/asgardex-theme v0.1.1
@thorchain/asgardex-theme
Global theme for asgardex UI
Installation
yarn add @thorchain/asgardex-themeUsage
Theme config
import themes from '@thorchain/asgardex-theme'
themes.dark // dark theme
themes.light // light themeTheme type
import { ThemeType } from '@thorchain/asgardex-theme'
// dark
ThemeType.DARK
// light
ThemeType.LIGHT