[ACS-6212] Fix overlaping labels and incorrect color for warning (#9219)

This commit is contained in:
AleksanderSklorz
2024-01-18 14:53:15 +01:00
committed by GitHub
parent 7a40a614a4
commit b46d468f76
5 changed files with 30 additions and 9 deletions

View File

@@ -153,7 +153,7 @@ $alfresco-warn: (
A100: #ff8a80,
A200: #ff5252,
A400: #ff1744,
A700: #d50000,
A700: #c95100,
contrast: (
50: $black-87-opacity,
100: $black-87-opacity,

View File

@@ -37,6 +37,7 @@
--adf-theme-primary-900:mat.get-color-from-palette($primary, 900),
--theme-warn-color: mat.get-color-from-palette($warn),
--theme-warn-color-a700: mat.get-color-from-palette($warn, A700),
--theme-warn-color-default-contrast: mat.get-color-from-palette($warn, default-contrast),
--theme-accent-color: mat.get-color-from-palette($accent),