Hi there,
Is there a way to change the size of the search icon in the ion search bar only for ios. Currently, something like this is not working:
.searchbar-search-icon.sc-ion-searchbar-ios {
width: 21px;
}
or
.ios .searchbar-search-icon.sc-ion-searchbar-ios {
width: 21px;
}
Thanks!