Skip to content

Commit

Permalink
fix: border radius of error divider
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Sep 6, 2023
1 parent 2f8db18 commit 3a8cc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/Editable/Editable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const DraggableAccordionItem = ({
orientation="vertical"
left={0}
position="absolute"
borderLeftRadius={isNested ? "0.25rem" : "0.5rem"}
borderLeftRadius={isNested ? "0.375rem" : "0.5rem"}
h="-webkit-fill-available"
/>
)}
Expand Down

0 comments on commit 3a8cc6a

Please sign in to comment.