mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix header colours being flipped
This commit is contained in:
@ -125,7 +125,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OverlayColourProvider colourProvider)
|
||||
{
|
||||
if (isHighlighted)
|
||||
if (!isHighlighted)
|
||||
Colour = colourProvider.Foreground1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user