Skip to content

Commit

Permalink
fix hover
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Sep 11, 2023
1 parent 0a661fa commit 59ddc52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function File({ file, onSelect, onDelete }) {
flexShrink: 0,
cursor: 'pointer',
':hover': {
backgroundColor: theme.buttonNormalBackgroundHover,
backgroundColor: theme.hover,
},
}}
>
Expand Down

0 comments on commit 59ddc52

Please sign in to comment.