Skip to content

Commit ebcf46f

Browse files
authored
docs(material/timepicker): fix missing icon in example (angular#30096)
Fixes that one of the timepicker examples didn't have an icon. Fixes angular#30076.
1 parent ee40cdd commit ebcf46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/timepicker/timepicker-custom-icon/timepicker-custom-icon-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<mat-label>Pick a time</mat-label>
33
<input matInput [matTimepicker]="picker">
44
<mat-timepicker-toggle matIconSuffix [for]="picker">
5-
<mat-icon matTimepickerToggleIcon>globe</mat-icon>
5+
<mat-icon matTimepickerToggleIcon>keyboard_arrow_down</mat-icon>
66
</mat-timepicker-toggle>
77
<mat-timepicker #picker/>
88
</mat-form-field>

0 commit comments

Comments
 (0)