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 d4c5c82Copy full SHA for d4c5c82
tensorboard/webapp/metrics/views/right_pane/saving_pins_checkbox_component.ts
@@ -28,7 +28,10 @@ import {
28
selector: 'saving-pins-checkbox',
29
template: `
30
<div class="saving-pins-checkbox">
31
- <mat-checkbox [checked]="isChecked" (click)="onCheckboxToggled.emit()"
+ <mat-checkbox
32
+ color="primary"
33
+ [checked]="isChecked"
34
+ (click)="onCheckboxToggled.emit()"
35
>Enable saving pins (Scalars only)</mat-checkbox
36
>
37
<mat-icon
0 commit comments