Skip to content

Commit

Permalink
divider 의 marginTop 제거했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Dec 13, 2023
1 parent 454284e commit 1d0ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/co-design-core/src/components/Divider/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Divider = forwardRef<HTMLDivElement, DividerProps>(
{...props}
>
{!!label && horizontal && (
<Text size="xsmall" co={{ marginTop: 2 }} className={cx(classes.label, classes[labelPosition])}>
<Text size="xsmall" className={cx(classes.label, classes[labelPosition])}>
{label}
</Text>
)}
Expand Down

0 comments on commit 1d0ba81

Please sign in to comment.