diff --git a/src/components/LabelDesigner.tsx b/src/components/LabelDesigner.tsx index a0f9869..c75a419 100644 --- a/src/components/LabelDesigner.tsx +++ b/src/components/LabelDesigner.tsx @@ -1677,7 +1677,7 @@ export const LabelDesigner: React.FC = ({
{ diff --git a/src/components/PreviewGrid.tsx b/src/components/PreviewGrid.tsx index 8b80f0d..55248a2 100644 --- a/src/components/PreviewGrid.tsx +++ b/src/components/PreviewGrid.tsx @@ -705,7 +705,7 @@ export const LayoutPreview: React.FC = ({
{!previewReady ? ( @@ -820,8 +820,7 @@ export const LayoutPreview: React.FC = ({
onSelectRowIndex(item.sourceIndex)} - className={`bg-white text-center relative flex flex-col justify-center cursor-pointer box-border ${isActive ? 'ring-2 ring-inset ring-[#31a8ff] z-10' : '' - }`} + className={`bg-white text-center relative flex flex-col justify-center cursor-pointer box-border`} style={{ width: `${labelWPx}px`, height: `${labelHPx}px`,