Skip to content

Commit

Permalink
fix(textField): add border-radius at hover component
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyeon-lunit committed Nov 14, 2023
1 parent 5268d45 commit 9327b2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const commonStyle = ({ lunit_token }: { lunit_token: ColorToken }) => ({
height: "100%",
zIndex: -1,
backgroundColor: lunit_token.core.hover,
borderRadius: "8px",
},
"&.Mui-focused": {
"&:hover::before": {
Expand Down

0 comments on commit 9327b2e

Please sign in to comment.