mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(segment): border radius applies to indicator on ios (#20541)
fixes #20539
This commit is contained in:
@ -110,7 +110,7 @@
|
||||
}
|
||||
|
||||
.segment-button-indicator-background {
|
||||
@include border-radius($segment-button-ios-border-radius);
|
||||
@include border-radius(var(--border-radius));
|
||||
|
||||
background: var(--indicator-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user