mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
MESSENGER-4769 color changes part 2
This commit is contained in:
committed by
Frank Rotermund
parent
bbbe3f4e5b
commit
6d38c5fe24
@@ -36,12 +36,14 @@ struct FormPickerItem: View {
|
||||
if let subtitle = subtitle, !subtitle.isEmpty && BWIBuildSettings.shared.notificationSettingsLikeAndroidAndWeb {
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
Text(title)
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
Text(subtitle)
|
||||
.font(.footnote)
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
} else {
|
||||
Text(title)
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
}
|
||||
Spacer()
|
||||
if selected {
|
||||
|
||||
Reference in New Issue
Block a user