mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +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) {
|
switch (lang) {
|
||||||
case "ja":
|
case "ja":
|
||||||
styleOptions.fontSize = defaultFontSize - 16;
|
styleOptions.fontSize = defaultFontSize - 16;
|
||||||
styleOptions.padding = { top: -12, bottom: 4 };
|
styleOptions.padding = { top: -14, bottom: 8 };
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
styleOptions.fontSize = defaultFontSize - 30;
|
styleOptions.fontSize = defaultFontSize - 30;
|
||||||
|
Loading…
Reference in New Issue
Block a user