diff --git a/src/ui/text.ts b/src/ui/text.ts index 69814887e99..f880963579c 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -384,6 +384,8 @@ export function getTextStyleOptions( } styleOptions.fontSize = defaultFontSize - 30; styleOptions.fontFamily = "pkmnems"; + shadowXpos = 3; + shadowYpos = 3; break; } case TextStyle.MOVE_LABEL: {