Skip to content

Commit

Permalink
fix(editable): fixed border radius on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Sep 6, 2023
1 parent 4a380b1 commit 850c742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/components/Editable/Editable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ const DraggableAccordionItem = ({
pb={isExpanded ? "0rem" : "0.88rem"}
_hover={{
bgColor: isExpanded ? "none" : "interaction.muted.main.hover",
borderRadius: "0.5rem",
}}
>
<Flex
Expand Down

0 comments on commit 850c742

Please sign in to comment.