mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Fix borders
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user