diff --git a/src/ui/text.ts b/src/ui/text.ts index 2a3ce5d5c85..06553fcb05c 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -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;