UNPKG

esoftplay-market

Version:

market module on esoftplay framework

15 lines (11 loc) 365 B
import { } from "react"; const baseColor = "#A62287" const colorBgGrey = '#EEF1F8'; const colorBrown = '#704728' export default class Style { static colorPrimaryMarket: string = baseColor static colorPrimaryMart: string = '#40CEFF' static colorGreen: string = '#2CB159' static colorBgGrey: string = colorBgGrey static colorBrown: string = colorBrown }