mirror of
https://github.com/ppy/osu
synced 2024-12-17 12:25:19 +00:00
Use dangerous colour for "apply new" button
This commit is contained in:
parent
37411f923e
commit
61b8d035fe
@ -37,6 +37,9 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
[Resolved]
|
||||
private RealmAccess realm { get; set; } = null!;
|
||||
|
||||
[Resolved]
|
||||
private OsuColour colours { get; set; } = null!;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load() => recreateDisplay();
|
||||
|
||||
@ -84,6 +87,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
applyNewButton = new HoverableRoundedButton
|
||||
{
|
||||
Text = InputSettingsStrings.ApplyNew,
|
||||
BackgroundColour = colours.Pink3,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Width = 0.48f,
|
||||
Anchor = Anchor.CentreRight,
|
||||
|
Loading…
Reference in New Issue
Block a user