From bbe61d16d0f81819e47976140562db890e28ccc8 Mon Sep 17 00:00:00 2001 From: Maximilian Liebmann Date: Thu, 8 May 2025 23:52:28 +0200 Subject: [PATCH] fix: add hover styles to the login button in LoginForm component --- src/components/user/login-form.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/user/login-form.tsx b/src/components/user/login-form.tsx index a6e6117..d931302 100644 --- a/src/components/user/login-form.tsx +++ b/src/components/user/login-form.tsx @@ -15,7 +15,11 @@ export default function LoginForm() { label='Password' placeholder='Enter your Password' /> -