mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-13063] replaced custom color with theme related (#8408)
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
}
|
||||
|
||||
.log-ERROR {
|
||||
color: red;
|
||||
color: var(--theme-warn-color);
|
||||
}
|
||||
|
||||
.log-WARN {
|
||||
color: yellow;
|
||||
color: var(--theme-accent-color);
|
||||
}
|
||||
|
Reference in New Issue
Block a user