From 0844144e23b635f7119b0ad92cbe9ea623612fc0 Mon Sep 17 00:00:00 2001 From: Fringg Date: Fri, 24 Apr 2026 06:02:11 +0300 Subject: [PATCH] fix: make checkboxes visible on dark theme in bulk actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Increase user checkbox size: h-4.5 → h-5 w-5 with rounded-md border-2 - Increase subscription checkbox: h-3.5 → h-4.5 with rounded-md border-2 - Brighter unselected border: dark-600 → dark-500 with lighter bg - Hover effect: accent-500/50 border glow on hover - Selected glow: accent shadow ring for clear visual feedback - Smooth transition-all duration-150 for all state changes --- src/pages/AdminBulkActions.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/AdminBulkActions.tsx b/src/pages/AdminBulkActions.tsx index 0f2ceb1..0479ec5 100644 --- a/src/pages/AdminBulkActions.tsx +++ b/src/pages/AdminBulkActions.tsx @@ -191,10 +191,10 @@ function SubscriptionSubRow({