diff --git a/Sources/Orbit/Components/SegmentedSwitch.swift b/Sources/Orbit/Components/SegmentedSwitch.swift index efd18e85edd..5a8f39f53a8 100644 --- a/Sources/Orbit/Components/SegmentedSwitch.swift +++ b/Sources/Orbit/Components/SegmentedSwitch.swift @@ -78,7 +78,7 @@ public struct SegmentedSwitch: 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(