mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:13:22 +08:00
Adjust the colour of non-pinned settings groups' headers to be more legible
This commit is contained in:
parent
782ce24ca6
commit
7fdf13911b
@ -184,7 +184,7 @@ namespace osu.Game.Overlays
|
||||
content.ResizeHeightTo(0, animate ? transition_duration : 0, Easing.OutQuint);
|
||||
}
|
||||
|
||||
headerContent.FadeColour(Expanded.Value ? Color4.White : OsuColour.Gray(0.5f), 200, Easing.OutQuint);
|
||||
headerContent.FadeColour(Expanded.Value ? Color4.White : OsuColour.Gray(0.7f), 200, Easing.OutQuint);
|
||||
}
|
||||
|
||||
private void updateFadeState()
|
||||
|
Loading…
Reference in New Issue
Block a user