Skip to content

Commit dbdc260

Browse files
authored
Time Series: fix dark mode color (#5426)
1 parent 88a328b commit dbdc260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/metrics/views/main_view/card_group_toolbar_component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ limitations under the License.
2121
.group-toolbar {
2222
border: 0;
2323
@include tb-theme-foreground-prop(border-top, border, 1px solid);
24+
@include tb-theme-foreground-prop(color, text);
2425
// border-top on group-toolbar needs to be offset on sticky header for the
2526
// flawless UI.
2627
top: -1px;
@@ -38,7 +39,6 @@ limitations under the License.
3839

3940
.expand-group-icon {
4041
@include tb-theme-foreground-prop(color, secondary-text);
41-
background-color: $metrics-button-background-color-on-gray;
4242

4343
&:disabled {
4444
@include tb-theme-foreground-prop(color, disabled-text);

0 commit comments

Comments
 (0)