Skip to content

Commit ae9542f

Browse files
committed
apply theme color to the check box
1 parent af34605 commit ae9542f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tensorboard/webapp/metrics/views/right_pane/saving_pins_checkbox_component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ import {
2828
selector: 'saving-pins-checkbox',
2929
template: `
3030
<div class="saving-pins-checkbox">
31-
<mat-checkbox [checked]="isChecked" (click)="onCheckboxToggled.emit()"
31+
<mat-checkbox
32+
color="primary"
33+
[checked]="isChecked"
34+
(click)="onCheckboxToggled.emit()"
3235
>Enable saving pins (Scalars only)</mat-checkbox
3336
>
3437
<mat-icon

0 commit comments

Comments
 (0)