From 4475e25f87b488c7c79e278586817b93214ceb5c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:10:35 +0000 Subject: [PATCH 1/2] Update src/app/stats/page.tsx --- src/app/stats/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/stats/page.tsx b/src/app/stats/page.tsx index 11c8cfd..429ae6a 100644 --- a/src/app/stats/page.tsx +++ b/src/app/stats/page.tsx @@ -42,6 +42,7 @@ export default function StatisticsPage() { { id: "r2", value: "2nd", description: "Street Velocity" }, { id: "r3", value: "3rd", description: "Neon Drifters" } ]} + useInvertedBackground={false} /> -- 2.49.1 From 987413cf8b27958510146aa636912c0a1958c7ea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:10:35 +0000 Subject: [PATCH 2/2] Update src/app/teams/page.tsx --- src/app/teams/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/teams/page.tsx b/src/app/teams/page.tsx index 0134b9a..c83d926 100644 --- a/src/app/teams/page.tsx +++ b/src/app/teams/page.tsx @@ -39,6 +39,7 @@ export default function TeamsPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} members={[ { id: "1", name: "Mumbai Indians", role: "Champion Squad" }, { id: "2", name: "Chennai Super Kings", role: "Legendary Lineup" }, -- 2.49.1