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: