From 81f90b9985ee2b31fd86947954a024e437bccd4e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 30 May 2025 22:48:59 +0200 Subject: [PATCH] Add dark theme support to placeholder index --- src/pages/Index.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 52ea22c..874cc7e 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -2,10 +2,14 @@ const Index = () => { return ( -
+
-

Welcome to Your Blank App

-

Start building your amazing project here!

+

+ Welcome to Your Blank App +

+

+ Start building your amazing project here! +

);