mirror of
https://github.com/yattee/yattee.git
synced 2025-11-22 06:31:26 +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:
@@ -115,7 +115,7 @@ struct AppTabNavigation: View {
|
||||
.toolbar { toolbarContent }
|
||||
}
|
||||
.tabItem {
|
||||
Label("Popular", systemImage: "arrow.up.right.circle.fill")
|
||||
Label("Popular", systemImage: "chart.bar.fill")
|
||||
.accessibility(label: Text("Popular"))
|
||||
}
|
||||
.tag(TabSelection.popular)
|
||||
|
||||
Reference in New Issue
Block a user