Set border colour to white

This commit is contained in:
StanR 2023-01-14 01:12:17 +03:00
parent 2e28f5ed33
commit 85b2154f3a

View File

@ -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
{