Skip to content

Commit

Permalink
[#1349] Modified search icon (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
singharpita authored and paulbert committed Jun 21, 2018
1 parent e079772 commit b9fa4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/feedback/feedback.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<button class="btnBack" mat-icon-button (click)="goBack()"><mat-icon>arrow_back</mat-icon></button>
<span i18n>Feedback List</span>
<span class="toolbar-fill"></span>
<mat-icon>search</mat-icon>
<mat-icon class="input-icon">search</mat-icon>
<mat-form-field class="font-size-1">
<input matInput (keyup)="applyFilter($event.target.value)" i18n-placeholder placeholder="Type text to search...">
</mat-form-field>
Expand Down

0 comments on commit b9fa4d7

Please sign in to comment.