From 53270970cb8d3322e39d5c1927fe878202da239e Mon Sep 17 00:00:00 2001 From: IluaAir Date: Wed, 15 Oct 2025 20:07:04 +0300 Subject: [PATCH] add critical style --- taskncoffee-app/src/pages/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/taskncoffee-app/src/pages/dashboard.css b/taskncoffee-app/src/pages/dashboard.css index d45fa92..f40ef28 100644 --- a/taskncoffee-app/src/pages/dashboard.css +++ b/taskncoffee-app/src/pages/dashboard.css @@ -242,6 +242,10 @@ background: #ef4444; /* red */ } +.dashboard-task-priority.critical { + background: #a90404; /* red */ +} + .dashboard-task-title { margin: 0; font-size: 0.875rem;