Skip to content
Snippets Groups Projects
Commit 5a0b8859 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5730 date-editor use better calendar month icon

parent a123968a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,9 @@
(dateInput)="inputEvent($event)"
(blur)="onBlur()"
/>
<mat-datepicker-toggle matSuffix [for]="picker"></mat-datepicker-toggle>
<mat-datepicker-toggle matSuffix [for]="picker">
<mat-icon matDatepickerToggleIcon>calendar_month</mat-icon>
</mat-datepicker-toggle>
<mat-datepicker #picker></mat-datepicker>
<mat-error>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment