mirror of
https://github.com/ppy/osu
synced 2025-01-22 05:43:14 +00:00
Recolor MedalHeaderContainer
This commit is contained in:
parent
0f9ab7c980
commit
85990cdcdb
@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
public readonly Bindable<User> User = new Bindable<User>();
|
public readonly Bindable<User> User = new Bindable<User>();
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OverlayColourProvider colourProvider)
|
||||||
{
|
{
|
||||||
Alpha = 0;
|
Alpha = 0;
|
||||||
AutoSizeAxes = Axes.Y;
|
AutoSizeAxes = Axes.Y;
|
||||||
@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = colours.GreySeafoamDarker,
|
Colour = colourProvider.Background5,
|
||||||
},
|
},
|
||||||
new Container //artificial shadow
|
new Container //artificial shadow
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user