mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Use ColourProvider.Content1 for ControlItemText colour
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user