-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: core@ionic/core package@ionic/core packagetype: feature requesta new feature, enhancement, or improvementa new feature, enhancement, or improvement
Milestone
Description
Feature Request
Ionic version:
Anything 4 really...
[x] 4.x
Describe the Feature Request
I have the intense desire to change the border radius of the ion-searchbar, is it possible to expose a --border-radius CSS custom property variable for the component?
Describe Preferred Solution
Please expose a --border-radius CSS custom property variable for the ion-searchbar
Describe Alternatives
No normal CSS styling reaches the component because of shadowDOM. This is what I have tried:
ion-searchbar{
.searchbar-input-container{
.searchbar-input{
border-radius: 30px !important;
}
}
}
Related Code
Not relevant
Additional Context
Not relevant
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: feature requesta new feature, enhancement, or improvementa new feature, enhancement, or improvement