Fixes the Fatal icon text so it's readable in Dark Mode. (#18375)

This commit is contained in:
Chris Houston
2025-02-18 16:00:19 -05:00
committed by Sebastiaan Janssen
parent 2826678049
commit 998b6f9296

View File

@@ -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)',
},
};