|
|
@ -3,7 +3,6 @@ import { COLORS, THEMES } from './constants/colors';
|
|
|
|
import { ThemeColorVariables } from './variableColors';
|
|
|
|
import { ThemeColorVariables } from './variableColors';
|
|
|
|
|
|
|
|
|
|
|
|
const classicLight: ThemeColorVariables = {
|
|
|
|
const classicLight: ThemeColorVariables = {
|
|
|
|
'--primary-color': THEMES.CLASSIC_LIGHT.PRIMARY,
|
|
|
|
|
|
|
|
'--danger-color': THEMES.CLASSIC_LIGHT.DANGER,
|
|
|
|
'--danger-color': THEMES.CLASSIC_LIGHT.DANGER,
|
|
|
|
'--disabled-color': THEMES.CLASSIC_LIGHT.DISABLED,
|
|
|
|
'--disabled-color': THEMES.CLASSIC_LIGHT.DISABLED,
|
|
|
|
|
|
|
|
|
|
|
|