Change some icons in extra menu
- Main icon - Review icon
This commit is contained in:
parent
b7cccbdd0a
commit
15a4cc8f75
|
@ -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 {
|
||||
|
|
|
@ -65,7 +65,7 @@ extension OrganizerView {
|
|||
Divider()
|
||||
aboutButton
|
||||
} label: {
|
||||
themeSettingsMenuImage.asSystemImage
|
||||
themeInfoMenuImage.asSystemImage
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue