From a7958166bfb34acc26b2d0c1762b3025af75e475 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Mon, 26 Jan 2026 20:57:27 +0700 Subject: [PATCH] chore: change circle success color --- src/components/helper/StatusBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/helper/StatusBadge.tsx b/src/components/helper/StatusBadge.tsx index 46b36559..c4f99593 100644 --- a/src/components/helper/StatusBadge.tsx +++ b/src/components/helper/StatusBadge.tsx @@ -40,7 +40,7 @@ const StatusBadge = ({ xmlns='http://www.w3.org/2000/svg' className={cn({ 'text-base-content/10': color === 'neutral', - 'text-success': color === 'success', + 'text-[#008000]': color === 'success', 'text-error': color === 'error', 'text-primary': color === 'info', })}