mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 02:33:54 +03:00
Fix loading screen legibility
long-term we should probably get all the colors from Style, but until then just hardcode White text since all other colors are hardcoded.
This commit is contained in:
parent
7e4d529872
commit
fc4a4d1071
@ -168,6 +168,7 @@ impl<'a> EventCtx<'a> {
|
||||
self.style
|
||||
.loading_tips
|
||||
.clone()
|
||||
.default_fg(Color::WHITE)
|
||||
.wrap_to_pct(self, 25)
|
||||
.draw(self)
|
||||
.container()
|
||||
|
Loading…
Reference in New Issue
Block a user