Fixes the Fatal icon text so it's readable in Dark Mode. (#18375)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
2826678049
commit
998b6f9296
@@ -24,7 +24,7 @@ export class UmbLogViewerLevelTagElement extends LitElement {
|
||||
Error: { look: 'primary', color: 'danger' },
|
||||
Fatal: {
|
||||
look: 'primary',
|
||||
style: 'background-color: var(--umb-log-viewer-fatal-color); color: var(--uui-color-surface)',
|
||||
style: 'background-color: var(--umb-log-viewer-fatal-color)',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user