We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af34605 commit fa8ee10Copy full SHA for fa8ee10
tensorboard/webapp/metrics/views/right_pane/saving_pins_checkbox_component.ts
@@ -28,7 +28,7 @@ import {
28
selector: 'saving-pins-checkbox',
29
template: `
30
<div class="saving-pins-checkbox">
31
- <mat-checkbox [checked]="isChecked" (click)="onCheckboxToggled.emit()"
+ <mat-checkbox color="primary" [checked]="isChecked" (click)="onCheckboxToggled.emit()"
32
>Enable saving pins (Scalars only)</mat-checkbox
33
>
34
<mat-icon
0 commit comments