Skip to content

Commit

Permalink
fix: slider margin
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Nov 1, 2022
1 parent c91cdc6 commit 21bf19a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function ColorInput({ color, opacity, setColor, setOpacity, ...rest }: Co
))}
</div>

<div className="m-1">
<div className="mx-1 my-2">
<Slider.Root
defaultValue={[opacity]}
onValueCommit={value => setOpacity(value[0])}
Expand Down

0 comments on commit 21bf19a

Please sign in to comment.