mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix borders
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ struct SecurityRecommendationCard: View {
|
||||
.padding(16)
|
||||
.background(theme.colors.background)
|
||||
.clipShape(backgroundShape)
|
||||
.shapedBorder(color: theme.colors.quinaryContent, borderWidth: 1.0, shape: backgroundShape)
|
||||
.shapedBorder(color: theme.colors.quinaryContent, borderWidth: 0.5, shape: backgroundShape)
|
||||
.onTapGesture {
|
||||
action()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user