Skip to content

Commit

Permalink
feat: hover시 커서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Nov 21, 2024
1 parent e3980b9 commit 75a9947
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const optionButton = css({
textAlign: "left",
_hover: {
backgroundColor: "gray.100/40",
cursor: "pointer",
},
});

Expand Down

0 comments on commit 75a9947

Please sign in to comment.