Skip to content

Commit 62d9fb8

Browse files
committed
style: update color classes in StatusCell for improved visual consistency
1 parent cbe8930 commit 62d9fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/modules/tasks/StatusCell.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ const StatusCell = ({
8888
break;
8989
default:
9090
label = 'UNSET';
91-
colorClass = 'text-warning-foreground';
92-
bgClass = 'bg-warning-foreground/10';
93-
borderClass = 'border-warning-border';
91+
colorClass = 'text-orange-50';
92+
bgClass = 'bg-orange-50/10';
93+
borderClass = 'border-orange-50';
9494
break;
9595
}
9696

0 commit comments

Comments
 (0)