mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
More tint color changes
This commit is contained in:
@@ -41,7 +41,7 @@ struct SegmentedPicker<Segment: Hashable & CustomStringConvertible>: View {
|
||||
.font(isSelectedSegment ? theme.fonts.headline : theme.fonts.body)
|
||||
.underlineBar(isSelectedSegment)
|
||||
}
|
||||
.accentColor(isSelectedSegment ? theme.colors.accent : theme.colors.primaryContent)
|
||||
.accentColor(isSelectedSegment ? Color(ThemeService.shared().theme.tintColor) : theme.colors.primaryContent)
|
||||
.accessibilityLabel(segment.description)
|
||||
.accessibilityValue(isSelectedSegment ? VectorL10n.accessibilitySelected : "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user