summaryrefslogtreecommitdiff
path: root/client/src/components/GuestLogin.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-08-22 18:44:34 -0700
committerMichael Hunteman <michael@huntm.net>2024-08-22 18:44:34 -0700
commit6aee47e76d7e25206b3778aeebcc341d7b705035 (patch)
treed6704ea58553fa0118504c0e8d4861f672d002e0 /client/src/components/GuestLogin.tsx
parent42aa6dc74a736f8c96bd1b1bdf37ad3ff905f08c (diff)
Box shadow papers on hover
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',