Commit 860a421
authored
Fix regex dialog 'Save' text color (#6774)
The regex dialog "Save" button is rendered poorly internaly, dark text
on dark background.
The color of the button text was changed to 'inherit' in go/tbpr/6631.
It doesn't seem to have been necessary so I revert that particular
change here.
It means in OSS TensorBoard the button text color will be slightly
darker than previously. I didn't personally notice the difference but
internal screenshot tests show a slight difference. Googlers, see
cr/612557079.1 parent 4bae55c commit 860a421
File tree
1 file changed
+0
-4
lines changed- tensorboard/webapp/runs/views/runs_table
1 file changed
+0
-4
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
0 commit comments