mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
use correct systemImage for the Subscribe button
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
@@ -380,7 +380,7 @@ struct ChannelVideosView: View {
|
||||
navigation.sidebarSectionChanged.toggle()
|
||||
}
|
||||
} label: {
|
||||
Label("Subscribe", systemImage: "circle")
|
||||
Label("Subscribe", systemImage: "star.circle")
|
||||
.help("Subscribe")
|
||||
#if os(iOS)
|
||||
.labelStyle(.automatic)
|
||||
|
Reference in New Issue
Block a user