Steps to reproduce:
- Create a project with the 2D (Built-In Render Pipeline) template in 6000.6 and close it
- Open the project in 6000.7.0b1
- Install the Rules package and open "Window > Analysis > Project Auditor > Migrate to URP"
- Tick the backup confirmation and press "Start Migration"; the wizard completes steps 1 and 2 automatically
- At step 3, press "Analyze Project"
- Read the grey sentence beneath the progress message
- Change the theme in "Edit > Preferences > General > Editor Theme" and read the same sentence again
Actual results: The hint text uses the same grey in both themes, so it is never tuned to its background
| Text |
Colour |
Background |
Ratio |
WCAG 2.1 AA (4.5:1) |
| Hint, Light theme |
#808080 |
#C2C2C2 |
2.22:1 |
fail |
| Hint, Dark theme |
#808080 |
#383838 |
2.97:1 |
fail |
| Body, Light theme |
#090909 |
#C2C2C2 |
11.18:1 |
pass |
| Body, Dark theme |
#D2D2D2 |
#383838 |
7.76:1 |
pass |
Expected results:
- The cancel instruction is not secondary text. It is the sole escape route from a blocking operation and should be styled as primary content.
- Secondary text in the wizard meets WCAG 2.1 AA at 4.5:1 against the background it is drawn on. On the Editor's default backgrounds, that means no lighter than #505050 in the Light theme and no darker than #A1A1A1 in the Dark theme.
Reproducible with versions: 2.0.0(6000.7.0b1)
Tested on (OS): MacBook Pro - Tahoe 26.6.2
Notes: The same issue occurs elsewhere.