Projekt

Obecné

Profil

Stáhnout (195 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 3df63288 Lukáš Vlček
export const COLOR_GENERAL = 'gray';
2
export const COLOR_SUCCESS = 'darkgreen';
3
export const COLOR_WARNING = 'darkorange';
4
export const COLOR_ERROR = 'indianred';
5
6
export const BORDER_RADIUS = 4;