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.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/components/GuestLogin.tsx b/client/src/components/GuestLogin.tsx
index 7f634aa..cca2179 100644
--- a/client/src/components/GuestLogin.tsx
+++ b/client/src/components/GuestLogin.tsx
@@ -47,6 +47,7 @@ function GuestLogin() {
<Paper
elevation={3}
sx={{
+ '&:hover': { boxShadow: 8 },
width: { xs: '90%', md: 400 },
display: 'flex',
flexDirection: 'column',