From 3801c3626aea5984f56f64a8d468f6a7e327fe35 Mon Sep 17 00:00:00 2001 From: Fringg Date: Fri, 24 Apr 2026 06:08:57 +0300 Subject: [PATCH] fix: expand chevron invisible on accent background MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ChevronExpandIcon used text-dark-400 (gray) on the accent gradient circle (green) — completely invisible. Changed to text-white. --- src/pages/AdminBulkActions.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/AdminBulkActions.tsx b/src/pages/AdminBulkActions.tsx index 0479ec5..2c3baaa 100644 --- a/src/pages/AdminBulkActions.tsx +++ b/src/pages/AdminBulkActions.tsx @@ -121,10 +121,7 @@ const ChevronDownIcon = () => ( const ChevronExpandIcon = ({ expanded }: { expanded: boolean }) => (