refactor(FE): Reduce font weight and size for payment badge

This commit is contained in:
rstubryan
2026-01-23 11:05:42 +07:00
parent 8c976b6d0b
commit 6a9f672d27
@@ -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),
}}
>