fix: UI Mode tags without theme applied (#30138)

Trace Viewer theming is override based. By default you should have
something applied - an optional `dark-mode` class might be there too.
This commit is contained in:
Max Schmitt 2024-03-27 16:46:26 +01:00 committed by GitHub
parent 5912362089
commit ffffb81c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,32 +29,32 @@
font-weight: 600;
}
.light-mode .tag-color-0 {
.tag-color-0 {
background-color: #ddf4ff;
color: #0550ae;
border: 1px solid #218bff;
}
.light-mode .tag-color-1 {
.tag-color-1 {
background-color: #fff8c5;
color: #7d4e00;
border: 1px solid #bf8700;
}
.light-mode .tag-color-2 {
.tag-color-2 {
background-color: #fbefff;
color: #6e40c9;
border: 1px solid #a475f9;
}
.light-mode .tag-color-3 {
.tag-color-3 {
background-color: #ffeff7;
color: #99286e;
border: 1px solid #e85aad;
}
.light-mode .tag-color-4 {
.tag-color-4 {
background-color: #FFF0EB;
color: #9E2F1C;
border: 1px solid #EA6045;
}
.light-mode .tag-color-5 {
.tag-color-5 {
background-color: #fff1e5;
color: #9b4215;
border: 1px solid #e16f24;