Skip to content

Commit 122ab67

Browse files
committed
cherry-pick(#30138): fix: UI Mode tags without theme applied
Trace Viewer theming is override based. By default you should have something applied - an optional `dark-mode` class might be there too.
1 parent 75776db commit 122ab67

File tree

1 file changed

+6
-6
lines changed
  • packages/trace-viewer/src/ui

1 file changed

+6
-6
lines changed

packages/trace-viewer/src/ui/tag.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,32 @@
2929
font-weight: 600;
3030
}
3131

32-
.light-mode .tag-color-0 {
32+
.tag-color-0 {
3333
background-color: #ddf4ff;
3434
color: #0550ae;
3535
border: 1px solid #218bff;
3636
}
37-
.light-mode .tag-color-1 {
37+
.tag-color-1 {
3838
background-color: #fff8c5;
3939
color: #7d4e00;
4040
border: 1px solid #bf8700;
4141
}
42-
.light-mode .tag-color-2 {
42+
.tag-color-2 {
4343
background-color: #fbefff;
4444
color: #6e40c9;
4545
border: 1px solid #a475f9;
4646
}
47-
.light-mode .tag-color-3 {
47+
.tag-color-3 {
4848
background-color: #ffeff7;
4949
color: #99286e;
5050
border: 1px solid #e85aad;
5151
}
52-
.light-mode .tag-color-4 {
52+
.tag-color-4 {
5353
background-color: #FFF0EB;
5454
color: #9E2F1C;
5555
border: 1px solid #EA6045;
5656
}
57-
.light-mode .tag-color-5 {
57+
.tag-color-5 {
5858
background-color: #fff1e5;
5959
color: #9b4215;
6060
border: 1px solid #e16f24;

0 commit comments

Comments
 (0)