Skip to content

Commit

Permalink
Fix SegmentedSwitch disabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelHolec committed Nov 29, 2023
1 parent 54f8b2b commit 621423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Orbit/Components/SegmentedSwitch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public struct SegmentedSwitch<Selection: Hashable, Content: View>: View {
@ViewBuilder private func unselectedSegmentButtons(_ preferences: [IDPreference]) -> some View {
ForEach(unselectedPreferences(preferences), id: \.1.id) { index, preference in
segmentButton(preferences: preferences, index: index) {
Color.cloudNormal
Color.clear
}
}
.overlay(
Expand Down

0 comments on commit 621423b

Please sign in to comment.