1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 07:29:53 +08:00

Update osu.Game/Screens/Select/FooterV2/FooterButtonV2.cs

Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
MK56
2023-02-14 00:07:02 +01:00
committed by GitHub
Unverified
parent ae9a17d76b
commit 5006dbe3db
@@ -73,7 +73,7 @@ namespace osu.Game.Screens.Select.FooterV2
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow,
Radius = 5,
Radius = 4,
// Figma says 50% opacity, but it does not match up visually if taken at face value, and looks bad.
Colour = Colour4.Black.Opacity(0.25f),
Offset = new Vector2(0, 2),