Skip to content

Commit

Permalink
minor style refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
onderonur committed Oct 16, 2024
1 parent c22ddc3 commit 38e8fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/src/components/ball.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Ball = forwardRef<React.ElementRef<'div'>, BallProps>(
return (
<div
ref={ref}
className="mx-auto mb-12 mt-[110vh] h-24 w-24 rounded-full"
className="mx-auto mb-12 mt-[110vh] size-24 rounded-full"
style={{ backgroundColor: color }}
/>
);
Expand Down

0 comments on commit 38e8fa1

Please sign in to comment.