From 82ded70990c19d99c13b65e219d8753430dceac8 Mon Sep 17 00:00:00 2001 From: Hasan Yahya Date: Sun, 28 Jul 2024 10:06:03 +0500 Subject: [PATCH] refactor: Update default theme in App component to "light" --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 6533bb5..b8f7dc5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -18,14 +18,14 @@ function App() { }, []); if (isDesktopDevice === true) { return ( - + ) } else { return ( - + )