From ea711b033d93473c0bede8a345d4aa857c56ccac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Sun, 22 Feb 2026 19:41:26 +0100 Subject: [PATCH] Fixed colours --- frontend/index.html | 6 +++--- frontend/src/components/Bracket/BracketView.jsx | 4 ++-- frontend/src/components/Bracket/MatchCard.jsx | 8 ++++---- frontend/src/components/Layout/Layout.jsx | 12 ++---------- frontend/src/components/Layout/Navbar.jsx | 4 ++-- .../src/components/Schedule/ScheduleRow.jsx | 10 +++++----- .../src/components/Schedule/ScheduleView.jsx | 2 +- frontend/src/components/Tournament/Podium.jsx | 9 +-------- frontend/src/components/UI/ThemeButton.jsx | 17 +++++++++++++++++ frontend/src/pages/Tournament.jsx | 2 +- 10 files changed, 38 insertions(+), 36 deletions(-) create mode 100644 frontend/src/components/UI/ThemeButton.jsx diff --git a/frontend/index.html b/frontend/index.html index 15e1d73..74c5b4a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,13 +6,13 @@ - + VolleyManager - -
+ +
diff --git a/frontend/src/components/Bracket/BracketView.jsx b/frontend/src/components/Bracket/BracketView.jsx index 28728cc..e7c5450 100644 --- a/frontend/src/components/Bracket/BracketView.jsx +++ b/frontend/src/components/Bracket/BracketView.jsx @@ -24,7 +24,7 @@ export default function BracketView({ matches, onMatchClick }) { const ex = r2.left - container.left, ey = r2.top + r2.height / 2 - container.top; const c1 = sx + (ex - sx) / 2; newLines.push( - + ); } } @@ -119,7 +119,7 @@ export default function BracketView({ matches, onMatchClick }) { } return ( -
+