From 7798b8a0e1b7db3674c4dfb4cc6dba1cd8339c6e Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:17:01 +0200 Subject: [PATCH] PARTY_CANCEL_BUTTON TextStyle Correction --- src/ui/text.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index 1df78389c82..ccd01f8bbf7 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -358,10 +358,12 @@ export function getTextStyleOptions( case TextStyle.PARTY_CANCEL_BUTTON: { switch (lang) { case "ja": + styleOptions.fontSize = defaultFontSize - 46; styleOptions.padding = { top: 16 }; break; } - styleOptions.fontSize = defaultFontSize - 46; + styleOptions.fontSize = defaultFontSize - 30; + styleOptions.fontFamily = "pkmnems"; break; } case TextStyle.EGG_LIST: