From bf69b4b3b323b5281809ba93506b8bbbe7ca4a94 Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 16 Feb 2024 11:15:51 +0100 Subject: [PATCH] Update styling in page.tsx, LoginForm.tsx, and Navbar.tsx --- frontend/src/app/page.tsx | 2 +- frontend/src/components/Home/LoginForm.tsx | 6 +++--- frontend/src/components/Home/Navbar.tsx | 12 ++++++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index aa8ba10..b597b59 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -13,7 +13,7 @@ export default function Home() {
-

+

Kurama-chat
anytime, anywhere

diff --git a/frontend/src/components/Home/LoginForm.tsx b/frontend/src/components/Home/LoginForm.tsx index 608c31b..7c1877f 100644 --- a/frontend/src/components/Home/LoginForm.tsx +++ b/frontend/src/components/Home/LoginForm.tsx @@ -55,7 +55,7 @@ function LoginForm() {
- + Sign In - + Sign Up diff --git a/frontend/src/components/Home/Navbar.tsx b/frontend/src/components/Home/Navbar.tsx index 00f04e5..72c3605 100644 --- a/frontend/src/components/Home/Navbar.tsx +++ b/frontend/src/components/Home/Navbar.tsx @@ -30,12 +30,14 @@ function Navbar() { <> - {React.createElement(icon, { className: "w-10 h-10" })} + {React.createElement(icon, { + className: "w-10 h-10 dark:text-white", + })}{" "} {label} {title && ( @@ -81,12 +83,14 @@ function Navbar() { {icon ? ( - {React.createElement(icon, { className: "w-6 h-6" })} + {React.createElement(icon, { + className: "w-6 h-6 dark:text-white", + })}{" "} {label} ) : (