diff --git a/src/ui/text.ts b/src/ui/text.ts index ba546982b51..fe1d2ccd5cf 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -252,7 +252,7 @@ export function getTextStyleOptions( let fontSizeLabel = "96px"; switch (lang) { case "ja": - styleOptions.padding = { top: -6 }; + styleOptions.padding = { top: -6, bottom: 2 }; break; } styleOptions.fontSize = fontSizeLabel;