1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:32:55 +08:00

Recolor BottomHeaderContainer

This commit is contained in:
TheWildTree 2020-01-29 22:10:19 +01:00
parent fa0a96c3f5
commit 0f9ab7c980

View File

@ -33,16 +33,16 @@ namespace osu.Game.Overlays.Profile.Header
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OverlayColourProvider colourProvider)
{ {
iconColour = colours.GreySeafoamLighter; iconColour = colourProvider.Foreground1;
InternalChildren = new Drawable[] InternalChildren = new Drawable[]
{ {
new Box new Box
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = colours.GreySeafoamDark, Colour = colourProvider.Background4
}, },
new FillFlowContainer new FillFlowContainer
{ {