From 574462a275ecafe98beb15b62423df2f8ab5e04c Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 22 Feb 2026 00:49:33 +0100 Subject: [PATCH] style: update loading state background colors to brand colors for enhanced visual consistency --- app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 053d5cb..15cc2ae 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -416,10 +416,10 @@ export default function HomePage() {

Plan & usage

{subscriptionLoading ? (
-
-
-
-
+
+
+
+
) : subscription ? ( <>