Hi all!
I’ve been trying to make a white border around a seachbar, but it does not take
.search-input {
–color: white;
–background: black;
–padding-start: 15px!important;
width: 650px!important;
font-size: 0.9em;
–border-radius: 13px !important;
border: 2px solid #f1f1f1 !important;
}
It displays like this… I would like the border to circle round the search bar not be too far off.
This is the button in the view
<ion-searchbar class=“search-input” value=“Ionic” (keyup)=“sendData($event)”>
Thanks