Bugfix/fix warn color (#211)

* Fix warn color

* Update changelog
This commit is contained in:
Thomas
2021-07-13 20:29:22 +02:00
committed by GitHub
parent 91c748c7ad
commit be5b58f49a
5 changed files with 28 additions and 6 deletions

View File

@@ -33,6 +33,13 @@ export const secondaryColorRgb = {
b: 207
};
export const warnColorHex = '#dc3545';
export const warnColorRgb = {
r: 220,
g: 53,
b: 69
};
export const DEFAULT_DATE_FORMAT = 'dd.MM.yyyy';
export const DEFAULT_DATE_FORMAT_MONTH_YEAR = 'MMM yyyy';