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', })}