1
0
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:
timiimit 2023-05-16 10:20:16 +02:00
parent a9991d9dd4
commit 81b7737660

View File

@ -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 =>
{