mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:53:01 +08:00
Use OsuColour for green text
This commit is contained in:
parent
46e7bcef8c
commit
75de03bd88
@ -225,7 +225,6 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
Font = @"Exo2.0-Bold",
|
Font = @"Exo2.0-Bold",
|
||||||
Text = "Sort results by",
|
Text = "Sort results by",
|
||||||
Colour = new Color4(165, 204, 0, 255),
|
|
||||||
TextSize = 14,
|
TextSize = 14,
|
||||||
Margin = new MarginPadding { Top = 5, Bottom = 5 },
|
Margin = new MarginPadding { Top = 5, Bottom = 5 },
|
||||||
},
|
},
|
||||||
@ -237,7 +236,6 @@ namespace osu.Game.Screens.Select
|
|||||||
sortEllipsis = new TextAwesome
|
sortEllipsis = new TextAwesome
|
||||||
{
|
{
|
||||||
Icon = FontAwesome.fa_ellipsis_h,
|
Icon = FontAwesome.fa_ellipsis_h,
|
||||||
Colour = new Color4(165, 204, 0, 255),
|
|
||||||
TextSize = 14,
|
TextSize = 14,
|
||||||
Margin = new MarginPadding { Top = 5, Bottom = 5 },
|
Margin = new MarginPadding { Top = 5, Bottom = 5 },
|
||||||
Origin = Anchor.BottomLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
@ -252,6 +250,8 @@ namespace osu.Game.Screens.Select
|
|||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
groupsEllipsis.Colour = colours.Blue;
|
groupsEllipsis.Colour = colours.Blue;
|
||||||
|
sortLabel.Colour = colours.GreenLight;
|
||||||
|
sortEllipsis.Colour = colours.GreenLight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user