PARTY_CANCEL_BUTTON Adjustments

This commit is contained in:
Lugiad 2025-06-26 14:47:29 +02:00 committed by GitHub
parent c24c37a40d
commit 47b8a69d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";