MOVE_LABEL TextStyle padding correction

This commit is contained in:
Lugiad 2025-06-26 19:34:14 +02:00 committed by GitHub
parent 7fbde9414c
commit 4d29621e15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;