aswi20220x00-gitlab/webapp/constants.ts @ 87a3d8d1
1 |
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; |