Skip to content

Commit

Permalink
Fixes the Fatal icon text so it's readable in Dark Mode. (#18375)
Browse files Browse the repository at this point in the history
  • Loading branch information
readingdancer authored Feb 18, 2025
1 parent 7ac5779 commit ac3b17b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
},
};

Expand Down

0 comments on commit ac3b17b

Please sign in to comment.