From c8ec2211112656ffc3787e905d9d6b2774bc6866 Mon Sep 17 00:00:00 2001 From: Fringg Date: Mon, 9 Mar 2026 21:03:05 +0300 Subject: [PATCH] fix: remove bg-dark-950 from gift pages to preserve animated background --- src/pages/GiftResult.tsx | 4 ++-- src/pages/GiftSubscription.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/GiftResult.tsx b/src/pages/GiftResult.tsx index 7083d60..191ff5a 100644 --- a/src/pages/GiftResult.tsx +++ b/src/pages/GiftResult.tsx @@ -399,7 +399,7 @@ export default function GiftResult() { // No token if (!token) { return ( -
+
+
+
@@ -67,7 +67,7 @@ function ErrorState({ message }: { message: string }) { const { t } = useTranslation(); return ( -
+
+
1; return ( -
+
{/* Header */}