mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Recolor CentreHeaderContainer
This commit is contained in:
parent
12a49b74bb
commit
088064523b
@ -28,7 +28,7 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours, TextureStore textures)
|
private void load(OverlayColourProvider colourProvider, TextureStore textures)
|
||||||
{
|
{
|
||||||
Container<Drawable> hiddenDetailContainer;
|
Container<Drawable> hiddenDetailContainer;
|
||||||
Container<Drawable> expandedDetailContainer;
|
Container<Drawable> expandedDetailContainer;
|
||||||
@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = colours.GreySeafoam
|
Colour = colourProvider.Background4
|
||||||
},
|
},
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
@ -119,12 +119,12 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
hiddenDetailGlobal = new OverlinedInfoContainer
|
hiddenDetailGlobal = new OverlinedInfoContainer
|
||||||
{
|
{
|
||||||
Title = "Global Ranking",
|
Title = "Global Ranking",
|
||||||
LineColour = colours.Yellow
|
LineColour = colourProvider.Highlight1
|
||||||
},
|
},
|
||||||
hiddenDetailCountry = new OverlinedInfoContainer
|
hiddenDetailCountry = new OverlinedInfoContainer
|
||||||
{
|
{
|
||||||
Title = "Country Ranking",
|
Title = "Country Ranking",
|
||||||
LineColour = colours.Yellow
|
LineColour = colourProvider.Highlight1
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user