summaryrefslogtreecommitdiff
path: root/client/src/components/AdminLogin.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/AdminLogin.tsx')
-rw-r--r--client/src/components/AdminLogin.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/AdminLogin.tsx b/client/src/components/AdminLogin.tsx
index 36b4629..1881b6b 100644
--- a/client/src/components/AdminLogin.tsx
+++ b/client/src/components/AdminLogin.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',