From 47b8a69d7ed7c204c875ecafe95b9d7532e302eb Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:47:29 +0200 Subject: [PATCH] PARTY_CANCEL_BUTTON Adjustments --- src/ui/text.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index be6b81d59e9..72bb55c63a8 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -348,11 +348,12 @@ export function getTextStyleOptions( case TextStyle.PARTY_CANCEL_BUTTON: { switch (lang) { case "ja": - styleOptions.fontSize = defaultFontSize - 46; - styleOptions.padding = { top: 5 }; + styleOptions.fontSize = defaultFontSize - 42; + styleOptions.padding = { top: 4 }; break; default: styleOptions.fontSize = defaultFontSize - 30; + styleOptions.padding = { left: 12 }; break; } styleOptions.fontFamily = "pkmnems";