mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Changed font color for device verification button
This commit is contained in:
@@ -99,7 +99,7 @@ struct UserSessionCardView: View {
|
||||
} label: {
|
||||
Text(VectorL10n.userSessionVerifyAction)
|
||||
.font(theme.fonts.body)
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
.buttonStyle(PrimaryActionButtonStyle())
|
||||
.padding(.top, 4)
|
||||
|
||||
Reference in New Issue
Block a user