Skip to content

Commit

Permalink
removed hover effect on inactive save project button
Browse files Browse the repository at this point in the history
  • Loading branch information
heejung-hong committed Aug 22, 2024
1 parent 9c4d342 commit 4a27439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const useStyles = createUseStyles(theme => ({
backgroundColor: ({ color }) => theme[color],
borderColor: "rgba(0, 0, 0, .05)", //lightest grey
boxShadow: "rgba(0, 46, 109, 0.3) 1px 2px 3px",
"&[disabled]:hover": {
boxShadow: "rgba(0, 46, 109, 0.3) 1px 2px 3px"
},
"&:hover": {
boxShadow: "rgba(0, 46, 109, 0.6) 2px 4px 6px" // Heavier box shadow on hover
}
Expand Down

0 comments on commit 4a27439

Please sign in to comment.