mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
(apps/contacts) Small adjustments for better consistency
(apps/ecommerce/inventory) Small adjustments for better consistency
This commit is contained in:
parent
49cccde93b
commit
966e2db743
|
@ -42,7 +42,7 @@
|
||||||
<div class="flex items-center mt-4 sm:mt-0 md:mt-4">
|
<div class="flex items-center mt-4 sm:mt-0 md:mt-4">
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
<div class="flex-auto">
|
<div class="flex-auto">
|
||||||
<mat-form-field class="fuse-mat-dense fuse-mat-no-subscript w-full min-w-50">
|
<mat-form-field class="fuse-mat-dense fuse-mat-no-subscript fuse-mat-rounded w-full min-w-50">
|
||||||
<mat-icon
|
<mat-icon
|
||||||
class="icon-size-5"
|
class="icon-size-5"
|
||||||
matPrefix
|
matPrefix
|
||||||
|
|
|
@ -13,10 +13,11 @@
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<div class="flex flex-shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<div class="flex flex-shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
<mat-form-field class="fuse-mat-dense fuse-mat-no-subscript min-w-50">
|
<mat-form-field class="fuse-mat-dense fuse-mat-no-subscript fuse-mat-rounded min-w-64">
|
||||||
<mat-icon
|
<mat-icon
|
||||||
|
class="icon-size-5"
|
||||||
matPrefix
|
matPrefix
|
||||||
[svgIcon]="'heroicons_outline:search'"></mat-icon>
|
[svgIcon]="'heroicons_solid:search'"></mat-icon>
|
||||||
<input
|
<input
|
||||||
matInput
|
matInput
|
||||||
[formControl]="searchInputControl"
|
[formControl]="searchInputControl"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user