Line formatting correction

This commit is contained in:
Lugiad 2025-06-26 21:47:09 +02:00 committed by GitHub
parent 1c48c8b26a
commit 5c607bf4c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,10 +218,10 @@ export function getTextStyleOptions(
case TextStyle.GROWTH_RATE_TYPE: { case TextStyle.GROWTH_RATE_TYPE: {
switch (lang) { switch (lang) {
case "ja": case "ja":
styleOptions.padding = { left: 24 }; styleOptions.padding = { left: 24 };
break; break;
} }
styleOptions.fontSize = defaultFontSize - 30; styleOptions.fontSize = defaultFontSize - 30;
shadowXpos = 3; shadowXpos = 3;
shadowYpos = 3; shadowYpos = 3;
break; break;