Skip to content

Commit 203f982

Browse files
committed
fix(ios): update selected text color when selected background color changes
1 parent fefa1d5 commit 203f982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/ui/segmented-bar/index.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export class SegmentedBar extends SegmentedBarBase {
7878
} else {
7979
this.ios.selectedSegmentTintColor = color;
8080
}
81+
this.setSelectedTextColor(this.ios);
8182
}
8283

8384
[colorProperty.getDefault](): UIColor {

0 commit comments

Comments
 (0)