Unity Issue Tracker - The order of properties in the Text Shadow section is incorrect
Closed
UUM-10040
The order of properties in the Text Shadow section is incorrect
Unity: UI Builder
UI Builder
Won't Fix
2023.2.X
2023.1.X
2022.2.X
2022.1.X
2021.3.X
Port canceled as we transition to 2022.2 (2022.2.X port is active or already resolved)
Steps to reproduce:
1. Open the user’s attached project
2. Navigate to Window > UI Toolkit > UI Builder
3. In the UI Builder window add a Label element and select it
4. In the Inspector window navigate to Text > Text Shadow
5. Observe the order of properties
Expected result: The order is Color > Offset > Blur Radius
Actual result: The order is Offset > Blur Radius > Color