mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix chevron icon
This commit is contained in:
+2
-1
@@ -36,7 +36,8 @@ struct UserSessionOverviewItem: View {
|
||||
.frame(maxWidth: .infinity, alignment: alignment)
|
||||
|
||||
if showsChevron {
|
||||
Image(Asset.Images.chevron.name)
|
||||
Image(systemName: "chevron.right")
|
||||
.foregroundColor(theme.colors.tertiaryContent)
|
||||
}
|
||||
}
|
||||
.padding(.vertical, 11)
|
||||
|
||||
Reference in New Issue
Block a user