Skip to content

Commit

Permalink
give is some padding x
Browse files Browse the repository at this point in the history
  • Loading branch information
k2xl committed Dec 26, 2024
1 parent db121fd commit d62d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/level/scrubber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function Scrubber({ gameState, onScrub, isPro }: ScrubberProps) {
)}>
<div
className={classNames(
'w-full bg-color-2 rounded-lg p-2',
'w-full px-6 bg-color-2 rounded-lg p-2',
{ 'cursor-not-allowed opacity-50': !isPro }
)}
ref={scrubberRef}
Expand Down

0 comments on commit d62d053

Please sign in to comment.