diff --git a/app/features/tournament-bracket/components/Bracket/bracket.css b/app/features/tournament-bracket/components/Bracket/bracket.css index 20e6eb9d8..21e092583 100644 --- a/app/features/tournament-bracket/components/Bracket/bracket.css +++ b/app/features/tournament-bracket/components/Bracket/bracket.css @@ -75,7 +75,7 @@ a.bracket__match:hover { min-height: 2px; max-height: 2px; width: 100%; - background-color: var(--color-bg-high); + background-color: var(--color-bg-higher); } .bracket__match__bye {