mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 21:13:01 +08:00
Use better colours
This commit is contained in:
parent
f112760b00
commit
1c16ab1813
@ -143,7 +143,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OverlayColourProvider colourProvider)
|
||||
{
|
||||
separator.Colour = text.Colour = colourProvider.Foreground1;
|
||||
text.Colour = colourProvider.Foreground1;
|
||||
separator.Colour = colourProvider.Background3;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user