diff --git a/frontend/components/screen/RealtimePreview.tsx b/frontend/components/screen/RealtimePreview.tsx index dfddcc93..e7e95578 100644 --- a/frontend/components/screen/RealtimePreview.tsx +++ b/frontend/components/screen/RealtimePreview.tsx @@ -437,10 +437,8 @@ export const RealtimePreviewDynamic: React.FC = ({ {/* 위젯 타입 - 동적 렌더링 (파일 컴포넌트 제외) */} {type === "widget" && !isFileComponent(component) && ( -
-
- -
+
+
)} diff --git a/frontend/lib/registry/components/text-input/TextInputComponent.tsx b/frontend/lib/registry/components/text-input/TextInputComponent.tsx index 65158842..185110d8 100644 --- a/frontend/lib/registry/components/text-input/TextInputComponent.tsx +++ b/frontend/lib/registry/components/text-input/TextInputComponent.tsx @@ -315,10 +315,10 @@ export const TextInputComponent: React.FC = ({ // 이메일 타입 전용 UI if (webType === "email") { return ( -
+
{/* 라벨 렌더링 */} {component.label && component.style?.labelDisplay !== false && ( -