UNPKG

esoftplay-ppob

Version:

ppob module on esoftplay framework

25 lines (21 loc) 852 B
import { LibStyle } from 'esoftplay/cache/lib/style/import'; const baseColor = "#F5F5F5" const background = "white" const itemBackground = 'white' const itemBackgroundActive = '#fff4f4' const itemTextColor = '#656565' const textColorPrimary = "#4F4F4F" const textColorSecondary = "#888888" const borderColor = '#E6E6E6' const borderColorActive = LibStyle.colorPrimary export default class Style { static baseColor: string = baseColor static backgroundColor: string = background static itemBackground: string = itemBackground static itemBackgroundActive: string = itemBackgroundActive static itemTextColor: string = itemTextColor static textColorPrimary: string = textColorPrimary static textColorSecondary: string = textColorSecondary static borderColor: string = borderColor static borderColorActive: string = borderColorActive }