mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
CI fixes
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user