I am building an android application using angular nativescript and i want my application to have a search bar with round corners. I wrote this code in my html:
<SearchBar class="search"></SearchBar>
And added to the css this:
.search{
border-radius: 30;
}
But the search bar keeps its corners with no radius as seen in the picture. What should i do?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…