summaryrefslogtreecommitdiff
path: root/client/src/components/GuestLogin.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/GuestLogin.tsx')
-rw-r--r--client/src/components/GuestLogin.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/GuestLogin.tsx b/client/src/components/GuestLogin.tsx
index 0e5dcb6..dca157a 100644
--- a/client/src/components/GuestLogin.tsx
+++ b/client/src/components/GuestLogin.tsx
@@ -49,7 +49,7 @@ function GuestLogin() {
<Paper
elevation={3}
sx={{
- '&:hover': { boxShadow: 8 },
+ '&:hover': { boxShadow: 5 },
width: { xs: '90%', md: 400 },
display: 'flex',
flexDirection: 'column',