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