mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Hide border around label
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user