mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Use ColourProvider.Content1 for ControlItemText colour
This commit is contained in:
@ -64,9 +64,9 @@ namespace osu.Game.Overlays.Chat.ChannelControl
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (HasUnread)
|
if (HasUnread)
|
||||||
text!.Colour = Colour4.White;
|
text!.Colour = colourProvider.Content1;
|
||||||
else
|
else
|
||||||
text!.Colour = colourProvider!.Light3;
|
text!.Colour = colourProvider.Light3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user