Make replay settings match design colours.

This commit is contained in:
smoogipooo
2017-05-30 17:02:04 +09:00
parent c8066cfde9
commit 72fa50f944
6 changed files with 62 additions and 4 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Desktop.VisualTests.Tests
Text = @"Button",
}));
AddStep(@"Add checkbox", () => container.Add(new SettingsCheckbox
AddStep(@"Add checkbox", () => container.Add(new ReplaySettingsCheckbox
{
LabelText = "Checkbox",
}));