mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
More tint color changes
This commit is contained in:
@@ -36,7 +36,7 @@ struct FormPickerItem: View {
|
||||
Spacer()
|
||||
if selected {
|
||||
Image("checkmark")
|
||||
.foregroundColor(theme.colors.accent)
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
}
|
||||
}
|
||||
.padding(.trailing)
|
||||
|
||||
@@ -67,7 +67,7 @@ struct RoomNotificationSettings: View {
|
||||
.onAppear {
|
||||
viewModel.process(viewAction: .load)
|
||||
}
|
||||
.accentColor(theme.colors.accent)
|
||||
.accentColor(Color(ThemeService.shared().theme.tintColor))
|
||||
.track(screen: .roomNotifications)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user