Skip to content

Commit 048f919

Browse files
committed
fix overrides in theme config for on-surface
1 parent 8702a6c commit 048f919

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tensorboard/webapp/theme/_tb_theme.template.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ $tb-theme: map_merge(
9393
color: $color,
9494
)
9595
);
96+
$tb-theme: map_merge(
97+
$tb-theme,
98+
color,
99+
system,
100+
(
101+
on-surface: /*m2*/ mat.get-color-from-palette(/*m2$*/ mat.$gray-palette, 900)
102+
)
103+
);
96104

97105
$tb-dark-theme: mat.define-dark-theme(
98106
(

0 commit comments

Comments
 (0)