Skip to content

Commit

Permalink
adjust drop shadow to be lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
kea-roy committed Oct 26, 2024
1 parent 277b718 commit a8401da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Admin/AdminReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const useStyles = makeStyles(() => ({
transition: '0.3s ease-in-out',
'&:hover': {
filter: 'brightness(0.85)',
boxShadow: '0 4px 8px rgba(0, 0, 0, 0.5)',
boxShadow: '0 4px 4px rgba(0, 0, 0, 0.1)',
transform: 'scale(1.02)',
},
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Review/Review.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const useStyles = makeStyles(() => ({
transition: '0.3s ease-in-out',
'&:hover': {
filter: 'brightness(0.85)',
boxShadow: '0 4px 8px rgba(0, 0, 0, 0.5)',
boxShadow: '0 4px 4px rgba(0, 0, 0, 0.1)',
transform: 'scale(1.02)',
},
},
Expand Down

0 comments on commit a8401da

Please sign in to comment.