Skip to content

Commit fa8ee10

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 color="primary" [checked]="isChecked" (click)="onCheckboxToggled.emit()"
3232
>Enable saving pins (Scalars only)</mat-checkbox
3333
>
3434
<mat-icon

0 commit comments

Comments
 (0)