Skip to content

feat: change the border radius of the ion-searchbar #18247

@Kernolsie

Description

@Kernolsie

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions