refactor(FE): Replace hardcoded blue with bg-primary

This commit is contained in:
rstubryan
2026-01-23 21:48:57 +07:00
parent b7c0a80a04
commit 762fb08568
6 changed files with 9 additions and 9 deletions
@@ -763,9 +763,9 @@ const CustomerPaymentTab = () => {
wrapper: 'w-full rounded-2xl',
body: 'p-0',
title:
'py-1.5 px-3 bg-[#0069E0] text-white text-lg font-normal',
'py-1.5 px-3 bg-primary text-white text-lg font-normal',
subtitle:
'px-3 pb-1 bg-[#0069E0] text-white text-sm font-normal',
'px-3 pb-1 bg-primary text-white text-sm font-normal',
}}
variant='bordered'
collapsible={true}