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
@@ -34,7 +34,7 @@ struct UserSessionsListViewAllView: View {
.font(theme.fonts.body)
.foregroundColor(theme.colors.accent)
.frame(maxWidth: .infinity, alignment: .leading)
Image(systemName: "chevron.right")
Image(Asset.Images.disclosureIcon.name)
.foregroundColor(theme.colors.tertiaryContent)
}
.padding(.vertical, 15)