1
0
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:
smoogipoo 2017-10-12 18:17:36 +09:00
parent a5817e6e75
commit a6901c0a27

View File

@ -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()