Text changes and images

This commit is contained in:
Arnfried Griesert
2024-03-18 05:54:11 +01:00
parent 94b3e7025c
commit 8bd22611a8
8 changed files with 37 additions and 15 deletions
@@ -88,7 +88,7 @@ struct AuthenticationQRLoginConfirmScreen: View {
.padding(10)
.multilineTextAlignment(.center)
.font(theme.fonts.body)
.foregroundColor(theme.colors.alert)
.foregroundColor(theme.colors.primaryContent)
.shapedBorder(color: theme.colors.alert, borderWidth: 1, shape: RoundedRectangle(cornerRadius: 8))
.fixedSize(horizontal: false, vertical: true)
.padding(.bottom, 12)