Skip to content

Commit 287d861

Browse files
change default color for the selected segmented control
1 parent 889678f commit 287d861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlVM.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extension SegmentedControlVM {
5656
}
5757
var selectedSegmentColor: UniversalColor {
5858
let color = self.color?.main ?? .themed(
59-
light: UniversalColor.white.light,
59+
light: UniversalColor.background.light,
6060
dark: UniversalColor.content2.dark
6161
)
6262
return color.enabled(self.isEnabled)

0 commit comments

Comments
 (0)