mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
`COLOUR_WHITE` was being passed as the colour when drawing any text. The Options window uses the `rct_window::colours` array for resolving the correct theme colour. Replacing all occurrences of `COLOUR_WHITE` with `w->colours[1]` makes the text colours more consistent. In the details section values are still painted in black no matter the colour theme, which is consistent with e.g. the park information window.