From 0c7f34fa858b312fc1b7e0f94a0745fcd7f1f35a Mon Sep 17 00:00:00 2001 From: i701 Date: Sat, 5 Jul 2025 15:35:13 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20conditional=20expression=20for?= =?UTF-8?q?=20progress=20indicator=20color=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/progress.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/progress.tsx b/components/ui/progress.tsx index 37a7075..3e66c42 100644 --- a/components/ui/progress.tsx +++ b/components/ui/progress.tsx @@ -18,7 +18,7 @@ const Progress = React.forwardRef< {...props} >