mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6212] Fix overlaping labels and incorrect color for warning (#9219)
This commit is contained in:
@@ -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,
|
||||
|
@@ -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),
|
||||
|
Reference in New Issue
Block a user