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 66e9093 commit dfe4f2fCopy full SHA for dfe4f2f
src/components-examples/material/timepicker/timepicker-custom-icon/timepicker-custom-icon-example.html
@@ -2,7 +2,7 @@
2
<mat-label>Pick a time</mat-label>
3
<input matInput [matTimepicker]="picker">
4
<mat-timepicker-toggle matIconSuffix [for]="picker">
5
- <mat-icon matTimepickerToggleIcon>globe</mat-icon>
+ <mat-icon matTimepickerToggleIcon>keyboard_arrow_down</mat-icon>
6
</mat-timepicker-toggle>
7
<mat-timepicker #picker/>
8
</mat-form-field>
0 commit comments