Skip to content

Commit

Permalink
fix: handle RTL direction divider storybook (#2483) (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbadri authored Apr 16, 2024
1 parent af877f7 commit 9873c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/divider/stories/divider.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Template = (args: DividerProps) => (
<p className="text-sm text-default-400">Beautiful, fast and modern React UI library.</p>
</div>
<Divider className="my-4" />
<div className="flex h-5 items-center space-x-4 text-sm">
<div className="flex h-5 items-center space-x-4 rtl:space-x-reverse text-sm">
<div>Blog</div>
<Divider {...args} orientation="vertical" />
<div>Docs</div>
Expand Down

0 comments on commit 9873c6f

Please sign in to comment.