mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
Update osu.Game/Screens/Select/FooterV2/FooterButtonV2.cs
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
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),
|
||||
|
Loading…
Reference in New Issue
Block a user