Skip to content

Commit 3ad4a06

Browse files
added compatability for dark theme
1 parent 52304a6 commit 3ad4a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorboard/plugins/graph/tf_graph/tf-graph-scene.html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ export const template = html`
489489
}
490490
.expandbutton,
491491
.collapsebutton {
492-
stroke: white;
492+
stroke: #444;
493493
}
494494
/* Do not let the path elements in the button take pointer focus */
495495
.node > .nodeshape > .buttoncontainer > .expandbutton,

tensorboard/plugins/graph/tf_graph_controls/tf-graph-controls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class TfGraphControls extends LegacyElementMixin(
382382
}
383383
384384
.legend-clarifier {
385-
color: #266236;
385+
color: var(--tb-graph-controls-text-color);
386386
cursor: help;
387387
display: inline-block;
388388
text-decoration: underline;

0 commit comments

Comments
 (0)