mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 14:17:27 +09:00
Change text colour to black
This commit is contained in:
parent
e96e30a19d
commit
fcc6cb36e4
@ -53,7 +53,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
||||||
Text = header,
|
Text = header,
|
||||||
Colour = colours.Gray3
|
Colour = colours.Gray0
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user