Remove virtual ColourInfo properties from DaySeparator

This commit is contained in:
Jai Sharma
2022-05-07 22:16:11 +01:00
parent 6fc808be22
commit bec28c5b28
3 changed files with 4 additions and 27 deletions

View File

@ -174,9 +174,8 @@ namespace osu.Game.Online.Chat
protected override DaySeparator CreateDaySeparator(DateTimeOffset time) => new DaySeparator(time)
{
TextSize = 14,
TextColour = daySepColour,
Colour = daySepColour,
LineHeight = 1,
LineColour = daySepColour,
Padding = new MarginPadding { Horizontal = 10 },
Margin = new MarginPadding { Vertical = 5 },
};