Hide border around label

This commit is contained in:
Arnfried Griesert
2024-04-03 07:14:44 +02:00
parent 4f2835c903
commit a174e476ae

View File

@@ -89,7 +89,7 @@ struct AuthenticationQRLoginConfirmScreen: View {
.multilineTextAlignment(.center)
.font(theme.fonts.body)
.foregroundColor(theme.colors.primaryContent)
.shapedBorder(color: theme.colors.alert, borderWidth: 1, shape: RoundedRectangle(cornerRadius: 8))
.shapedBorder(color: Color.clear, borderWidth: 1, shape: RoundedRectangle(cornerRadius: 8))
.fixedSize(horizontal: false, vertical: true)
.padding(.bottom, 12)
.accessibilityIdentifier("alertText")