Fix borders

This commit is contained in:
Alfonso Grillo
2022-12-16 11:48:39 +01:00
parent 115e1444ea
commit c8490bf51f
4 changed files with 6 additions and 4 deletions
@@ -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()
}
@@ -67,7 +67,7 @@ struct UserSessionListItem: View {
}
.padding(.bottom, 16)
.padding(.trailing, 16)
SeparatorLine()
SeparatorLine(height: 0.5)
.isHidden(isSeparatorHidden)
}
.padding(.leading, 7)