chore: change circle success color

This commit is contained in:
ValdiANS
2026-01-26 20:57:27 +07:00
parent 34f01abb32
commit a7958166bf
+1 -1
View File
@@ -40,7 +40,7 @@ const StatusBadge = ({
xmlns='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg'
className={cn({ className={cn({
'text-base-content/10': color === 'neutral', 'text-base-content/10': color === 'neutral',
'text-success': color === 'success', 'text-[#008000]': color === 'success',
'text-error': color === 'error', 'text-error': color === 'error',
'text-primary': color === 'info', 'text-primary': color === 'info',
})} })}