mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +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,
|
renderBlockButtons,
|
||||||
}: BlockRendererProps) {
|
}: BlockRendererProps) {
|
||||||
return (
|
return (
|
||||||
<div className="space-y-0">
|
<div>
|
||||||
{blocks.map((block, index) => {
|
{blocks.map((block, index) => {
|
||||||
const gradientStyle = getColorGradient(block.svgIconColor || 'cyan');
|
const gradientStyle = getColorGradient(block.svgIconColor || 'cyan');
|
||||||
const isLast = index === blocks.length - 1;
|
const isLast = index === blocks.length - 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user