Changed font color for device verification button

This commit is contained in:
Arnfried Griesert
2023-05-04 06:57:32 +02:00
parent fa76e76b62
commit d933051135
@@ -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)