Fixed Broken Drop Shadows

Fixed a case where the dropshadow became worse
This commit is contained in:
zaccie 2024-05-22 09:38:41 +12:00
parent 4bac1073cf
commit ddcd8fee62

View File

@ -109,6 +109,8 @@ function getTextStyleOptions(style: TextStyle, uiTheme: UiTheme, extraStyleOptio
case TextStyle.SUMMARY_GREEN:
case TextStyle.WINDOW:
case TextStyle.WINDOW_ALT:
shadowXpos = 3;
shadowYpos = 3;
case TextStyle.MESSAGE:
case TextStyle.SETTINGS_LABEL:
case TextStyle.SETTINGS_SELECTED: