mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +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;
|
return;
|
||||||
|
|
||||||
if (HasUnread)
|
if (HasUnread)
|
||||||
text!.Colour = Colour4.White;
|
text!.Colour = colourProvider.Content1;
|
||||||
else
|
else
|
||||||
text!.Colour = colourProvider!.Light3;
|
text!.Colour = colourProvider.Light3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user