Colours update

This commit is contained in:
Andrei Zavatski
2019-10-13 11:50:27 +03:00
parent 27e3ffd293
commit 4d971e49ff
2 changed files with 4 additions and 3 deletions

View File

@ -113,7 +113,7 @@ namespace osu.Game.Overlays.Comments
[BackgroundDependencyLoader]
private void load()
{
background.Colour = colours.Gray3;
background.Colour = colours.Gray2;
}
}
}