diff --git a/osu.Game/Screens/SelectV2/BeatmapLeaderboardScore.cs b/osu.Game/Screens/SelectV2/BeatmapLeaderboardScore.cs index 113894ab8a..213e42282d 100644 --- a/osu.Game/Screens/SelectV2/BeatmapLeaderboardScore.cs +++ b/osu.Game/Screens/SelectV2/BeatmapLeaderboardScore.cs @@ -144,6 +144,7 @@ namespace osu.Game.Screens.SelectV2 { background = new Box { + Alpha = 0.4f, RelativeSizeAxes = Axes.Both, Colour = backgroundColour }, @@ -190,6 +191,7 @@ namespace osu.Game.Screens.SelectV2 { foreground = new Box { + Alpha = 0.4f, RelativeSizeAxes = Axes.Both, Colour = foregroundColour },