From 2e4ac7db6a3de392fe9b9486a56dc0fbfddb49e2 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 28 Aug 2026 07:36:06 +0300 Subject: [PATCH] Fix bracket team text color --- .../tournament-bracket/components/Bracket/Match.module.css | 1 + 1 file changed, 1 insertion(+) 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; }