From 9813128649d81b70c405c91fdc69cfec1a284b88 Mon Sep 17 00:00:00 2001 From: Yuval Date: Wed, 19 Jun 2024 19:00:46 +0300 Subject: [PATCH] fix: remove css override of white background on darkmode (#815) --- src/pages/dashboard/DashboardPage.tsx | 2 +- src/pages/gapsPatterns/GapsPatternsPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/dashboard/DashboardPage.tsx b/src/pages/dashboard/DashboardPage.tsx index 84c39233..561d928a 100644 --- a/src/pages/dashboard/DashboardPage.tsx +++ b/src/pages/dashboard/DashboardPage.tsx @@ -43,7 +43,7 @@ const DashboardPage = () => { {t('dashboard_page_description')} {startDate > endDate ? ( - + {t('bug_date_alert')} ) : null} diff --git a/src/pages/gapsPatterns/GapsPatternsPage.tsx b/src/pages/gapsPatterns/GapsPatternsPage.tsx index b4bd3767..bface3fc 100644 --- a/src/pages/gapsPatterns/GapsPatternsPage.tsx +++ b/src/pages/gapsPatterns/GapsPatternsPage.tsx @@ -191,7 +191,7 @@ const GapsPatternsPage = () => { {startDate > endDate ? ( - + {t('bug_date_alert')} ) : null}