Fix formatting of colour getter

This commit is contained in:
Dean Herbert
2021-04-12 15:30:33 +09:00
parent 257acf9cd8
commit 3551322f1d
2 changed files with 21 additions and 9 deletions

View File

@ -97,7 +97,7 @@ namespace osu.Game.Screens.Edit.Verify
Text = issue.Template.Type.ToString(),
Font = OsuFont.GetFont(size: text_size, weight: FontWeight.Bold),
Margin = new MarginPadding { Right = 10 },
Colour = issue.Template.TypeColour()
Colour = issue.Template.Colour
},
new OsuSpriteText
{