diff --git a/Sources/Playbook/Components/Button/PBReactionButton.swift b/Sources/Playbook/Components/Button/PBReactionButton.swift index f4d59b85..52193095 100644 --- a/Sources/Playbook/Components/Button/PBReactionButton.swift +++ b/Sources/Playbook/Components/Button/PBReactionButton.swift @@ -17,7 +17,8 @@ public struct PBReactionButton: View { let pbIcon: PBIcon? let isInteractive: Bool @Environment(\.colorScheme) var colorScheme - init( + + public init( count: Binding = .constant(0), isHighlighted: Bool = false, icon: String? = nil,