PARTY_CANCEL_BUTTON TextStyle Correction

This commit is contained in:
Lugiad 2025-06-26 02:17:01 +02:00 committed by GitHub
parent 2da5a12a1c
commit 7798b8a0e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: