mirror of
https://github.com/ppy/osu
synced 2025-01-10 16:19:47 +00:00
Set border colour to white
This commit is contained in:
parent
2e28f5ed33
commit
85b2154f3a
@ -14,7 +14,7 @@ namespace osu.Game.Users.Drawables
|
||||
{
|
||||
Size = new Vector2(25);
|
||||
BorderThickness = 4;
|
||||
BorderColour = Colour;
|
||||
BorderColour = Colour4.White; // the colour is being applied through Colour - since it's multiplicative it applies to the border as well
|
||||
Masking = true;
|
||||
Child = new Box
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user