Commit d4c5c82
authored
[Global Pins] [Quick Fix] Apply theme color to the check box (#6845)
## Motivation for features / changes
Theme color was not applied to the checkbox.
## Technical description of changes
Apply `color="primary"` to the `saving_pins_checkbox_component`
## Screenshots of UI changes (or N/A)
AS-IS

TO-BE

## Detailed steps to verify changes work correctly (as executed by you)
tested with ` tb_theme=corp` & TAP presubmit passes
## Alternate designs / implementations considered (or N/A)1 parent af34605 commit d4c5c82
File tree
1 file changed
+4
-1
lines changed- tensorboard/webapp/metrics/views/right_pane
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments