Skip to content

Commit

Permalink
fix(divider): add data-spark-component attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Oct 18, 2023
1 parent 364a67c commit a53b5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/divider/src/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const Divider = forwardRef<HTMLDivElement, DividerProps>(

return (
<Separator
data-spark-component="divider"
asChild={asChild}
className={cx(dividerStyles({ isEmpty, orientation, alignment, intent }), className)}
orientation={orientation}
Expand Down

0 comments on commit a53b5c4

Please sign in to comment.