diff --git a/src/ui/text.ts b/src/ui/text.ts index 3c2b9e05359..e2991a915da 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -306,6 +306,7 @@ export function getTextStyleOptions( styleOptions.fontSize = defaultFontSize; styleOptions.padding = { top: 6 }; break; + case TextStyle.SETTINGS_VALUE: { case TextStyle.SETTINGS_LABEL: { shadowXpos = 3; shadowYpos = 3;