Typo correction

This commit is contained in:
Lugiad 2025-06-28 21:37:15 +02:00 committed by GitHub
parent a2d76f0a1e
commit b7cde7694c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;