diff --git a/app/features/tournament-bracket/components/Bracket/Match.module.css b/app/features/tournament-bracket/components/Bracket/Match.module.css index 552c6655d..5be65c34f 100644 --- a/app/features/tournament-bracket/components/Bracket/Match.module.css +++ b/app/features/tournament-bracket/components/Bracket/Match.module.css @@ -83,6 +83,7 @@ display: flex; flex-direction: column; gap: var(--s-1); + color: var(--color-text); justify-content: center; transition: background-color 0.2s; }