mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Remove virtual ColourInfo
properties from DaySeparator
This commit is contained in:
@ -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 },
|
||||
};
|
||||
|
Reference in New Issue
Block a user