Reputation: 328
How to remove shadow from ionic 4 ion-search bar? i already tried no-border no-shadow but didn't achieve what i want.
<ion-searchbar
no-border>
</ion-searchbar>
ion-searchbar{
--box-shadow:none;
}
Upvotes: 0
Views: 531