From cce8e42a71f653fc05d3891e9d21be6e6fb184d3 Mon Sep 17 00:00:00 2001 From: harsh Date: Mon, 18 May 2026 21:56:04 +0530 Subject: [PATCH] fix: improve dark mode container harmony --- src/pages/Tracker/Tracker.tsx | 59 ++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/src/pages/Tracker/Tracker.tsx b/src/pages/Tracker/Tracker.tsx index ce4116f..3caeb41 100644 --- a/src/pages/Tracker/Tracker.tsx +++ b/src/pages/Tracker/Tracker.tsx @@ -166,8 +166,23 @@ const Home: React.FC = () => { return ( {/* Auth Form */} - -
+ + { ) : !authError && !dataError && currentFilteredData.length === 0 ? ( - + No Data Found @@ -355,8 +378,20 @@ const Home: React.FC = () => { - - +