Skip to content

Commit

Permalink
Update packages/react/src/UnorderedList/UnorderedList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Smedinga <[email protected]>
  • Loading branch information
dlnr and VincentSmedinga authored Feb 13, 2024
1 parent 7498a48 commit 2066450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/UnorderedList/UnorderedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type UnorderedListComponent = {

export const UnorderedList = forwardRef(
(
{ children, markers = true, inverseColor, className, ...restProps }: UnorderedListProps,
{ children, className, inverseColor, markers = true, ...restProps }: UnorderedListProps,
ref: ForwardedRef<HTMLUListElement>,
) => {
return (
Expand Down

0 comments on commit 2066450

Please sign in to comment.