From 3f285a74bc2ecb34e2fe0339a0bc6100c3d09d68 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 14 Jan 2026 11:56:09 +0700 Subject: [PATCH] refactor(FE): Append title classes to Card and style customer card --- src/components/Card.tsx | 8 ++++++-- .../pages/report/finance/tab/CustomerPaymentTab.tsx | 10 +++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/Card.tsx b/src/components/Card.tsx index ff4c35f2..e04fa4c7 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -148,7 +148,11 @@ const Card = ({ const hasContent = children || actions || footer; const titleContent = ( -
+
{title &&

{title}

} {subtitle &&

{subtitle}

} @@ -156,7 +160,7 @@ const Card = ({ {collapsible && (