use correct systemImage for the Subscribe button

Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
Toni Förster 2024-08-20 13:18:32 +02:00
parent af75afa912
commit 70d821fe5d
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7

View File

@ -380,7 +380,7 @@ struct ChannelVideosView: View {
navigation.sidebarSectionChanged.toggle() navigation.sidebarSectionChanged.toggle()
} }
} label: { } label: {
Label("Subscribe", systemImage: "circle") Label("Subscribe", systemImage: "star.circle")
.help("Subscribe") .help("Subscribe")
#if os(iOS) #if os(iOS)
.labelStyle(.automatic) .labelStyle(.automatic)