mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: remove space-y-0 that overrides block margins in minimal layout
This commit is contained in:
@@ -10,7 +10,7 @@ export function MinimalBlock({
|
||||
renderBlockButtons,
|
||||
}: BlockRendererProps) {
|
||||
return (
|
||||
<div className="space-y-0">
|
||||
<div>
|
||||
{blocks.map((block, index) => {
|
||||
const gradientStyle = getColorGradient(block.svgIconColor || 'cyan');
|
||||
const isLast = index === blocks.length - 1;
|
||||
|
||||
Reference in New Issue
Block a user