Skip to content

Commit 622de2a

Browse files
committed
include system color override
1 parent f6c46b8 commit 622de2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tensorboard/webapp/theme/_tb_theme.template.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ $tb-theme: /*m2*/ mat.define-light-theme(
4949
density: 0,
5050
)
5151
);
52+
$tb-theme: map_set(
53+
$tb-theme,
54+
color,
55+
system,
56+
on-surface,
57+
/*m2*/ mat.get-color-from-palette(/*m2$*/ mat.$gray-palette, 900)
58+
);
5259

5360
// Overriding mat-light-theme-foreground variables.
5461
$tb-foreground: map_merge(

0 commit comments

Comments
 (0)