mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 19:57:25 +09:00
Change textbox commit colour to match border.
This commit is contained in:
parent
1bb142d42a
commit
9ff37e5ed9
@ -15,6 +15,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
protected override Color4 BackgroundUnfocused => Color4.Black.Opacity(0.5f);
|
protected override Color4 BackgroundUnfocused => Color4.Black.Opacity(0.5f);
|
||||||
protected override Color4 BackgroundFocused => OsuColour.Gray(0.3f).Opacity(0.8f);
|
protected override Color4 BackgroundFocused => OsuColour.Gray(0.3f).Opacity(0.8f);
|
||||||
|
protected override Color4 BackgroundCommit => BorderColour;
|
||||||
|
|
||||||
public OsuTextBox()
|
public OsuTextBox()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user