mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
MOVE_LABEL TextStyle padding correction
This commit is contained in:
parent
7fbde9414c
commit
4d29621e15
@ -365,7 +365,7 @@ export function getTextStyleOptions(
|
||||
switch (lang) {
|
||||
case "ja":
|
||||
styleOptions.fontSize = defaultFontSize - 16;
|
||||
styleOptions.padding = { top: -12, bottom: 4 };
|
||||
styleOptions.padding = { top: -14, bottom: 8 };
|
||||
break;
|
||||
default:
|
||||
styleOptions.fontSize = defaultFontSize - 30;
|
||||
|
Loading…
Reference in New Issue
Block a user