mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Text changes and images
This commit is contained in:
@@ -182,7 +182,13 @@ struct AuthenticationLoginScreen: View {
|
||||
/// A QR login button that can be used for login.
|
||||
var qrLoginButton: some View {
|
||||
Button(action: qrLogin) {
|
||||
Text(VectorL10n.authenticationLoginWithQr)
|
||||
Label {
|
||||
Text(VectorL10n.authenticationLoginWithQr)
|
||||
} icon: {
|
||||
Image(uiImage: Asset.Images.qr.image)
|
||||
.resizable()
|
||||
.frame(width: 24, height: 24)
|
||||
}
|
||||
}
|
||||
.buttonStyle(SecondaryActionButtonStyle(font: theme.fonts.bodySB))
|
||||
.padding(.vertical)
|
||||
|
||||
Reference in New Issue
Block a user