swipechain-theme
Global theme for SwipeChain UI
Installation
yarn add swipechain-theme
Usage
Theme config
import themes from 'swipechain-theme'
themes.dark // dark theme
themes.light // light theme
Theme type
import { ThemeType } from 'swipechain-theme'
// dark
ThemeType.DARK
// light
ThemeType.LIGHT