mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 18:43:26 +00:00
[CL-233] Update form field styles (#9776)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
type="search"
|
||||
[id]="id"
|
||||
[placeholder]="placeholder ?? ('search' | i18n)"
|
||||
class="tw-rounded-l tw-pl-9"
|
||||
class="tw-pl-9"
|
||||
[ngModel]="searchText"
|
||||
(ngModelChange)="onChange($event)"
|
||||
(blur)="onTouch()"
|
||||
|
||||
Reference in New Issue
Block a user