Skip to content

Commit

Permalink
fix: update divider div
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Oct 2, 2023
1 parent c4dd460 commit f15d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout-elements/Divider/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Divider = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivEle
"w-full h-[1px] bg-tremor-border dark:bg-dark-tremor-border",
)}
/>
<span className={tremorTwMerge("text-inherit whitespace-nowrap")}>{children}</span>
<div className={tremorTwMerge("text-inherit whitespace-nowrap")}>{children}</div>
<div
className={tremorTwMerge(
"w-full h-[1px] bg-tremor-border dark:bg-dark-tremor-border",
Expand Down

0 comments on commit f15d239

Please sign in to comment.