mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Change TimelineButton icon colour to white when hovered
This commit is contained in:
parent
a5817e6e75
commit
a6901c0a27
@ -2,6 +2,7 @@
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System;
|
||||
using OpenTK.Graphics;
|
||||
using osu.Framework.Configuration;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
@ -30,6 +31,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Timeline
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
IconColour = OsuColour.FromHex("555"),
|
||||
IconHoverColour = Color4.White,
|
||||
HoverColour = OsuColour.FromHex("3A3A3A"),
|
||||
FlashColour = OsuColour.FromHex("555"),
|
||||
Action = () => Action?.Invoke()
|
||||
|
Loading…
Reference in New Issue
Block a user