mirror of
https://github.com/ppy/osu
synced 2025-03-05 19:11:52 +00:00
CI fixes
This commit is contained in:
parent
3723ea05de
commit
4963d4e8df
@ -134,7 +134,7 @@ namespace osu.Game.Overlays.Profile
|
||||
{
|
||||
triangles.ColourLight = colours.GreySeafoamDark;
|
||||
triangles.ColourDark = colours.GreySeafoamDarker;
|
||||
foreground.Colour = ColourInfo.GradientVertical(colours.GreySeafoamDarker, new Color4(0,0,0,0));
|
||||
foreground.Colour = ColourInfo.GradientVertical(colours.GreySeafoamDarker, new Color4(0, 0, 0, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -189,7 +189,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
|
||||
protected override FlowContainer<ProfileSection> CreateScrollContentContainer()
|
||||
=> new FillFlowContainer<ProfileSection>
|
||||
=> new FillFlowContainer<ProfileSection>
|
||||
{
|
||||
Direction = FillDirection.Vertical,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
|
Loading…
Reference in New Issue
Block a user