From b7cde7694c3a17d3f4729192f554a0c316f7d626 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Sat, 28 Jun 2025 21:37:15 +0200 Subject: [PATCH] Typo correction --- src/ui/text.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index 8a02dc3f38e..88339c6cb9d 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -307,7 +307,7 @@ export function getTextStyleOptions( styleOptions.fontSize = defaultFontSize; styleOptions.padding = { top: 6 }; break; - case TextStyle.SETTINGS_VALUE: { + case TextStyle.SETTINGS_VALUE: case TextStyle.SETTINGS_LABEL: { shadowXpos = 3; shadowYpos = 3;