mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 19:13:21 +08: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]
|
[Resolved]
|
||||||
private RealmAccess realm { get; set; } = null!;
|
private RealmAccess realm { get; set; } = null!;
|
||||||
|
|
||||||
|
[Resolved]
|
||||||
|
private OsuColour colours { get; set; } = null!;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load() => recreateDisplay();
|
private void load() => recreateDisplay();
|
||||||
|
|
||||||
@ -84,6 +87,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
applyNewButton = new HoverableRoundedButton
|
applyNewButton = new HoverableRoundedButton
|
||||||
{
|
{
|
||||||
Text = InputSettingsStrings.ApplyNew,
|
Text = InputSettingsStrings.ApplyNew,
|
||||||
|
BackgroundColour = colours.Pink3,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Width = 0.48f,
|
Width = 0.48f,
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.CentreRight,
|
||||||
|
Loading…
Reference in New Issue
Block a user