Adjusted LUCK_VALUE

This commit is contained in:
Lugiad 2025-06-29 15:56:30 +02:00 committed by GitHub
parent a07130c909
commit 280940cc69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,7 +252,7 @@ export function getTextStyleOptions(
let fontSizeLabel = "96px"; let fontSizeLabel = "96px";
switch (lang) { switch (lang) {
case "ja": case "ja":
styleOptions.padding = { top: -6 }; styleOptions.padding = { top: -6, bottom: 2 };
break; break;
} }
styleOptions.fontSize = fontSizeLabel; styleOptions.fontSize = fontSizeLabel;