We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea57d0 commit 5e3fdd3Copy full SHA for 5e3fdd3
Projects/Feature/FeaturePokit/Sources/PokitFavoriteCard.swift
@@ -25,7 +25,6 @@ public struct PokitFavoriteCard: View {
25
}
26
27
28
- @MainActor
29
private var buttonLabel: some View {
30
VStack(spacing: 0) {
31
HStack {
@@ -76,7 +75,6 @@ public struct PokitFavoriteCard: View {
76
75
.contentTransition(.numericText())
77
78
79
80
private var thumbNail: some View {
81
Image(.character(.pooki))
82
.resizable()
0 commit comments