Commit c545a2c
authored
Embedding Projector: fix dark mode button contrast (#6327)
## Motivation for features / changes
Help button cannot be seen in dark mode
## Technical description of changes
force white background so the button is visible
## Screenshots of UI changes
Before:

After:
<img width="208" alt="Screenshot 2023-04-17 at 8 29 01 PM"
src="https://user-images.githubusercontent.com/31378877/232663682-c67c5326-5713-4e6e-9ae5-3ac03dfc80b6.png">
## Detailed steps to verify changes work correctly (as executed by you)
turn on dark mode and verify the dialog button is visible
## Alternate designs / implementations considered1 parent cf634de commit c545a2c
File tree
1 file changed
+1
-0
lines changed- tensorboard/plugins/projector/vz_projector
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| |||
0 commit comments