mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Use ColourProvider.Content1 for ControlItemText colour
This commit is contained in:
parent
3aa343b987
commit
1f0f6990f0
@ -64,9 +64,9 @@ namespace osu.Game.Overlays.Chat.ChannelControl
|
||||
return;
|
||||
|
||||
if (HasUnread)
|
||||
text!.Colour = Colour4.White;
|
||||
text!.Colour = colourProvider.Content1;
|
||||
else
|
||||
text!.Colour = colourProvider!.Light3;
|
||||
text!.Colour = colourProvider.Light3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user