Skip to content

Commit 5df5ab7

Browse files
hoonjicopybara-github
authored andcommitted
Fixes dark mode font for eval tab
The recent dark mode update changed the tab to have black font on a dark background. This CL reverts the font color to white. PiperOrigin-RevId: 837330164
1 parent 7b4cebd commit 5df5ab7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,8 @@ html.dark-theme {
506506
--builder-tool-item-background-color: rgba(255, 255, 255, 0.05);
507507
--builder-tool-item-border-color: rgba(255, 255, 255, 0.1);
508508
--builder-tool-item-hover-background-color: rgba(255, 255, 255, 0.1);
509+
--mat-table-row-item-label-text-color: #fff;
510+
--mat-table-header-headline-color: #fff;
509511
}
510512

511513
// Light theme progress spinner and custom properties

0 commit comments

Comments
 (0)