Use rounded button in settings sidebar

This commit is contained in:
Bartłomiej Dach
2021-10-10 20:32:56 +02:00
parent 21ee24ea6d
commit b30dd2d4ed
6 changed files with 30 additions and 19 deletions

View File

@ -14,10 +14,7 @@ namespace osu.Game.Overlays.Settings
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
BackgroundColour = colours.Pink;
Triangles.ColourDark = colours.PinkDark;
Triangles.ColourLight = colours.PinkLight;
BackgroundColour = colours.Pink3;
}
}
}