mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 02:43:02 +08:00
Fix text colour of RoomSpecialCategoryPill
This commit is contained in:
parent
a9991d9dd4
commit
81b7737660
@ -6,6 +6,7 @@
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Extensions;
|
||||
using osu.Game.Graphics;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
{
|
||||
@ -20,6 +21,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
|
||||
Pill.Background.Colour = colours.Pink;
|
||||
Pill.Background.Alpha = 1;
|
||||
TextFlow.Colour = Color4.Black;
|
||||
|
||||
Category.BindValueChanged(c =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user