mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
PARTY_CANCEL_BUTTON TextStyle Correction
This commit is contained in:
parent
7798b8a0e1
commit
2d0d7a28a1
@ -359,10 +359,12 @@ export function getTextStyleOptions(
|
||||
switch (lang) {
|
||||
case "ja":
|
||||
styleOptions.fontSize = defaultFontSize - 46;
|
||||
styleOptions.padding = { top: 16 };
|
||||
styleOptions.padding = { top: 5 };
|
||||
break;
|
||||
default:
|
||||
styleOptions.fontSize = defaultFontSize - 30;
|
||||
break;
|
||||
}
|
||||
styleOptions.fontSize = defaultFontSize - 30;
|
||||
styleOptions.fontFamily = "pkmnems";
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user