From 01ae3d877bb83f62603b95dc95571d619cc52fed Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 07:49:29 +0000 Subject: [PATCH] Apply modern design theme Update app's visual theme to be modern and dynamic, using a blue color palette and dynamic styling. --- index.html | 8 +++-- src/components/auth/LoginForm.tsx | 2 +- src/components/layout/NewModernLayout.tsx | 6 ++-- src/components/ui/modern-sidebar.tsx | 2 +- src/index.css | 39 ++++++++++++++++++++++- src/pages/Auth.tsx | 23 +++++++------ tailwind.config.ts | 3 ++ 7 files changed, 66 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 518e15e..35cc146 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,18 @@
-