From 6a9f672d27a29efa7242285e04dceee4bccfe167 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Fri, 23 Jan 2026 11:05:42 +0700 Subject: [PATCH] refactor(FE): Reduce font weight and size for payment badge --- src/components/pages/report/finance/tab/CustomerPaymentTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx b/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx index 3a4ae25f..e255174d 100644 --- a/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx +++ b/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx @@ -517,7 +517,7 @@ const CustomerPaymentTab = () => { size='sm' variant='soft' className={{ - badge: `py-2.5 px-2 font-medium text-base-content border border-gray-200 rounded-xl justify-start ${getPaymentStatusColor(value)}`, + badge: `py-2.5 px-2 font-thin text-xs border border-gray-200 rounded-xl justify-start ${getPaymentStatusColor(value)}`, status: getPaymentStatusIndicatorColor(value), }} >