Update chevron image

This commit is contained in:
Alfonso Grillo
2022-12-19 15:12:52 +01:00
parent 16572120ee
commit 151f3ac81a
2 changed files with 2 additions and 2 deletions
@@ -36,7 +36,7 @@ struct UserSessionOverviewItem: View {
.frame(maxWidth: .infinity, alignment: alignment)
if showsChevron {
Image(systemName: "chevron.right")
Image(Asset.Images.disclosureIcon.name)
.foregroundColor(theme.colors.tertiaryContent)
}
}