Skip to content

Commit

Permalink
Few more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Jun 21, 2024
1 parent 715b439 commit 910db97
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function Templates() {
opacity: 1,
},
'&:hover img': {
filter: 'brightness(0.7)',
filter: 'brightness(0.5)',
transition: 'filter 0.5s',
},
}}
Expand All @@ -133,6 +133,7 @@ export default function Templates() {
<Button
variant="contained"
color="secondary"
size="small"
sx={{
position: 'absolute',
top: '50%',
Expand Down

0 comments on commit 910db97

Please sign in to comment.