Fix RestoreDefaultValueButton's colour weirdness

This commit is contained in:
Dean Herbert
2021-08-17 12:48:30 +09:00
parent 212842c537
commit bc86bafc08
2 changed files with 5 additions and 7 deletions

View File

@ -36,6 +36,7 @@ namespace osu.Game.Graphics.UserInterface
public Color4 BackgroundColour
{
get => backgroundColour ?? Color4.White;
set
{
backgroundColour = value;