Skip to content

Commit 7a2cedd

Browse files
authored
fix overrides in theme config for on-surface
1 parent 8702a6c commit 7a2cedd

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
@@ -93,6 +93,13 @@ $tb-theme: map_merge(
9393
color: $color,
9494
)
9595
);
96+
$tb-theme: map_set(
97+
$tb-theme,
98+
color,
99+
system,
100+
on-surface,
101+
/*m2*/ mat.get-color-from-palette(/*m2$*/ mat.$gray-palette, 900)
102+
);
96103

97104
$tb-dark-theme: mat.define-dark-theme(
98105
(

0 commit comments

Comments
 (0)