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