mirror of
https://github.com/yattee/yattee.git
synced 2025-11-22 14:41:19 +00:00
Change Popular icon to chart.bar.fill
Replace arrow.up.right.circle.fill icon with chart.bar.fill for the Popular section across all navigation contexts (tab bar, sidebar, and view header).
This commit is contained in:
@@ -104,7 +104,7 @@ struct PopularView: View {
|
||||
} label: {
|
||||
HStack(spacing: 12) {
|
||||
HStack(spacing: 6) {
|
||||
Image(systemName: "arrow.up.right.circle.fill")
|
||||
Image(systemName: "chart.bar.fill")
|
||||
.foregroundColor(.primary)
|
||||
.imageScale(.small)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user