mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
fix: slider margin
This commit is contained in:
@@ -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])}
|
||||
|
||||
Reference in New Issue
Block a user