From f1dba0b5f030c638c4d18c9cacacb957c7076bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=9F=E3=81=8F=E3=82=84?= Date: Sun, 21 Dec 2025 03:21:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=AC=E3=82=B9=E3=83=9D=E3=83=B3?= =?UTF-8?q?=E3=82=B7=E3=83=96=E5=AF=BE=E5=BF=9C=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/features/edit/AiGenerationScreen.tsx | 26 +++++++-------- .../src/features/edit/itemSelectDialog.tsx | 25 +++++++------- frontend/src/features/edit/uploadImg.tsx | 33 ++++++++++--------- 3 files changed, 42 insertions(+), 42 deletions(-) diff --git a/frontend/src/features/edit/AiGenerationScreen.tsx b/frontend/src/features/edit/AiGenerationScreen.tsx index 18e8ad6..fc65743 100644 --- a/frontend/src/features/edit/AiGenerationScreen.tsx +++ b/frontend/src/features/edit/AiGenerationScreen.tsx @@ -124,9 +124,9 @@ export default function AiGenerationScreen({ if (viewState === "result" && generatedImage) { return ( -
+
{/* Header */} -
+
-
-
- +
+
+
-

+

写真をAIで生成する

@@ -173,10 +173,10 @@ export default function AiGenerationScreen({ } return ( -
-
+
+
{/* Header */} -
+
-
+
{FILTER_TYPES.map((filter) => (
) : ( -
+
{items.map((item) => ( )} -
+
{/* Header */} -
+
{onBack && (