diff --git a/src/ui/text.ts b/src/ui/text.ts index 9ecf181ea4b..0e03de0d250 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -167,11 +167,6 @@ export function getTextStyleOptions( }, }; -//Japanese General Scale - //if (i18next.resolvedLanguage === "ja") { - //styleOptions.padding = { top: 6, bottom: -2 }; - //} - switch (style) { case TextStyle.SUMMARY: { let fontSizeLabel = "96px";