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
@@ -112,7 +112,7 @@ struct UserSessionCardView: View {
.frame(maxWidth: .infinity)
.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 {
if viewData.isCurrentSessionDisplayMode {
onViewDetailsAction?(viewData.sessionId)