mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +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()
|
||||
}
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@ struct UserSessionListItem: View {
|
||||
}
|
||||
.padding(.bottom, 16)
|
||||
.padding(.trailing, 16)
|
||||
SeparatorLine()
|
||||
SeparatorLine(height: 0.5)
|
||||
.isHidden(isSeparatorHidden)
|
||||
}
|
||||
.padding(.leading, 7)
|
||||
|
||||
Reference in New Issue
Block a user