Drop Shadow Fixes On Team Builder Screen (#1220)
* Drop Shadow Adjustments Adding support for x,y axis on dropshadow and adjusting the values to be less bad * Further Refined New Shadow Positons - Reverted MOVE_INFO_CONTENT to the old default - Slight adjustments to other values * Fixed Broken Drop Shadows Fixed a case where the dropshadow became worse --------- Co-authored-by: Benjamin Odom <bennybroseph@gmail.com>
This commit is contained in:
parent
7ac4900a3e
commit
b66a68a37b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue