Change some icons in extra menu

- Main icon

- Review icon
This commit is contained in:
Davide De Rosa 2022-05-05 09:52:45 +02:00
parent b7cccbdd0a
commit 15a4cc8f75
2 changed files with 6 additions and 2 deletions

View File

@ -170,6 +170,10 @@ extension View {
"text.justify"
}
var themeInfoMenuImage: String {
"info.circle"
}
var themeDonateImage: String {
"giftcard"
}
@ -179,7 +183,7 @@ extension View {
}
var themeWriteReviewImage: String {
"heart"
"star"
}
var themeAddMenuImage: String {

View File

@ -65,7 +65,7 @@ extension OrganizerView {
Divider()
aboutButton
} label: {
themeSettingsMenuImage.asSystemImage
themeInfoMenuImage.asSystemImage
}
}