From 27fbff1ebeb80ea1413b178bdeabcdac17868be1 Mon Sep 17 00:00:00 2001 From: me3za Date: Sat, 30 Mar 2024 13:14:53 +0000 Subject: [PATCH] Updated styling of many things --- frontend/src/components/HUD.tsx | 4 +- frontend/src/components/TaskCard.tsx | 4 +- frontend/src/components/modals/Settings.tsx | 2 +- frontend/src/index.css | 4 +- frontend/src/pages/Dashboard.tsx | 2 +- frontend/src/pages/LandingPage.tsx | 4 +- frontend/tailwind.config.js | 64 ++++++--------------- notes.md | 2 + 8 files changed, 28 insertions(+), 58 deletions(-) diff --git a/frontend/src/components/HUD.tsx b/frontend/src/components/HUD.tsx index 191c4aa..d44186d 100644 --- a/frontend/src/components/HUD.tsx +++ b/frontend/src/components/HUD.tsx @@ -87,7 +87,7 @@ function HUD({ }, }); }} - className="transition-all hover:brightness-125 border border-primary-content rounded ml-2 bg-accent h-8 w-8 flex items-center justify-center" + className="transition-all hover:brightness-125 border border-primary-content rounded-md ml-2 bg-accent h-8 w-8 flex items-center justify-center" >
- Coming soon... + This Page Is Still Under Development...
); diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index 469720b..af3f595 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -33,10 +33,10 @@ function LandingPage() {