From 94050b82c5f432f3dbcdb91df651c9447bf264e3 Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Wed, 24 Jun 2026 18:59:21 +0800 Subject: [PATCH] style(play): increase dialogue and choice font sizes by 3px MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump all in-game text sizes for better readability: - Dialogue body: 16/13/15px → 19/16/18px - Narration: 15/12/14px → 18/15/17px - Speaker name: 13/11/12px → 16/14/15px - Choice label: 15/13/14px → 18/16/17px - Choice index: 13/11px → 16/14px - Freeform input: 14px → 17px - Freeform button: 13px → 16px Co-Authored-By: Claude Opus 4.6 --- components/PlayCanvas.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/PlayCanvas.tsx b/components/PlayCanvas.tsx index 52a3f3e..807dd37 100644 --- a/components/PlayCanvas.tsx +++ b/components/PlayCanvas.tsx @@ -148,13 +148,13 @@ function ChoiceButton({ /> {index + 1}. {label} @@ -518,7 +518,7 @@ export function PlayCanvas({ placeholder={t("play.freeform.placeholder")} maxLength={50} autoFocus - className="flex-1 min-w-0 bg-transparent border-none outline-none font-serif text-[14px] placeholder:text-[rgba(200,185,155,0.50)]" + className="flex-1 min-w-0 bg-transparent border-none outline-none font-serif text-[17px] placeholder:text-[rgba(200,185,155,0.50)]" style={{ color: "rgba(245,235,210,0.95)" }} />