mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: spacing
This commit is contained in:
@@ -257,7 +257,7 @@ function BackgroundView() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-5">
|
<div className="flex flex-col gap-4">
|
||||||
<PropertyGroup title="Blur" defaultExpanded={false}>
|
<PropertyGroup title="Blur" defaultExpanded={false}>
|
||||||
<div className="grid grid-cols-4 gap-2 w-full">{blurPreviews}</div>
|
<div className="grid grid-cols-4 gap-2 w-full">{blurPreviews}</div>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user