From d805d0c6607fa431a640864e331f6eea44340f56 Mon Sep 17 00:00:00 2001 From: Aakiyaru Date: Wed, 28 May 2025 15:29:21 +0700 Subject: [PATCH] fd --- Sources/UIKitComponents/Card/CardPrimaryView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/UIKitComponents/Card/CardPrimaryView.swift b/Sources/UIKitComponents/Card/CardPrimaryView.swift index 47f28a2..46483f9 100644 --- a/Sources/UIKitComponents/Card/CardPrimaryView.swift +++ b/Sources/UIKitComponents/Card/CardPrimaryView.swift @@ -53,7 +53,7 @@ public struct CardPrimaryView: View { }.padding(.horizontal, 16) Spacer() CustomMainButtonView(title: titleForButton, fill: status, size: .small) { - print(status) + action() } .padding(16) }