From f5d482e341f19d34c4222cbb60dff25205ee92c7 Mon Sep 17 00:00:00 2001 From: tmdeveloper007 Date: Wed, 29 Jul 2026 23:00:26 +0000 Subject: [PATCH] fix : added dark-mode-aware text color to LiveClock component --- frontend/src/components/Dashboard/LiveClock.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Dashboard/LiveClock.jsx b/frontend/src/components/Dashboard/LiveClock.jsx index 21168dc4..c6915135 100644 --- a/frontend/src/components/Dashboard/LiveClock.jsx +++ b/frontend/src/components/Dashboard/LiveClock.jsx @@ -24,7 +24,7 @@ const LiveClock = () => { }, []); return ( -

+

{currentTime}

);