Skip to content

Commit c545a2c

Browse files
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: ![image](https://user-images.githubusercontent.com/31378877/232663149-f20a6ae5-da41-4ae7-bd57-f51aec914efc.png) 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 considered
1 parent cf634de commit c545a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorboard/plugins/projector/vz_projector/vz-projector.html.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export const template = html`
219219
position: absolute;
220220
top: 20px;
221221
left: 20px;
222+
background: white;
222223
}
223224
224225
#help3dDialog .main {

0 commit comments

Comments
 (0)