From 3375322beafba7d20dcc7ea566fa4a5a5591ffd6 Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Fri, 11 Jul 2025 11:40:33 +0300 Subject: [PATCH] Fix light mode blank slate style --- frontend/components/Inbox/InboxItems.tsx | 2 +- frontend/components/Task/TodayPlan.tsx | 2 +- frontend/components/Tasks.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/components/Inbox/InboxItems.tsx b/frontend/components/Inbox/InboxItems.tsx index cf622e3..6511929 100644 --- a/frontend/components/Inbox/InboxItems.tsx +++ b/frontend/components/Inbox/InboxItems.tsx @@ -381,7 +381,7 @@ const InboxItems: React.FC = () => { {inboxItems.length === 0 ? (
-
+

{t('inbox.empty')} diff --git a/frontend/components/Task/TodayPlan.tsx b/frontend/components/Task/TodayPlan.tsx index 2e5ace5..3ca162c 100644 --- a/frontend/components/Task/TodayPlan.tsx +++ b/frontend/components/Task/TodayPlan.tsx @@ -29,7 +29,7 @@ const TodayPlan: React.FC = ({ return ( <>

-
+

{t( diff --git a/frontend/components/Tasks.tsx b/frontend/components/Tasks.tsx index 34593f3..fd84804 100644 --- a/frontend/components/Tasks.tsx +++ b/frontend/components/Tasks.tsx @@ -463,7 +463,7 @@ const Tasks: React.FC = () => { /> ) : (

-
+