diff --git a/src/components/BlobbiShapePicker.tsx b/src/components/BlobbiShapePicker.tsx index d65a5d97..47b997fb 100644 --- a/src/components/BlobbiShapePicker.tsx +++ b/src/components/BlobbiShapePicker.tsx @@ -63,7 +63,6 @@ function ShapePreview({ shape }: { shape: BlobbiShape }) { setViewBox(tight); }, [shape]); - // Build inline style to colorize all elements const fillColor = shape.previewColor || '#a1a1aa'; return ( @@ -72,8 +71,12 @@ function ShapePreview({ shape }: { shape: BlobbiShape }) { className="w-full h-full" preserveAspectRatio="xMidYMid meet" > - - + ); } @@ -90,7 +93,7 @@ function ShapeGrid({ onSelect: (shape: BlobbiShape) => void; }) { return ( -
+
{shapes.map((shape) => (