From 3df2134cbac4199e828372c684682c8b107e7146 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Tue, 26 May 2026 11:22:19 +0300 Subject: [PATCH] =?UTF-8?q?refactor(theming):=20orange-*=20=E2=86=92=20war?= =?UTF-8?q?ning-*=20for=20promo/highlight=20semantics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sweep orange across SubscriptionPurchase/GiftSubscription/PromoOffersSection/ AdminTrafficUsage/AnalyticsTab/withdrawalUtils to warning-* tokens. Stars brand yellow→orange gradient kept in TopUpAmount. --- src/components/PromoOffersSection.tsx | 6 +++--- src/components/admin/AnalyticsTab.tsx | 2 +- src/pages/AdminTrafficUsage.tsx | 8 ++++---- src/pages/GiftSubscription.tsx | 8 ++++---- src/pages/SubscriptionPurchase.tsx | 24 ++++++++++++------------ src/utils/withdrawalUtils.ts | 5 +++-- 6 files changed, 27 insertions(+), 26 deletions(-) diff --git a/src/components/PromoOffersSection.tsx b/src/components/PromoOffersSection.tsx index d5c909b..6f7558f 100644 --- a/src/components/PromoOffersSection.tsx +++ b/src/components/PromoOffersSection.tsx @@ -265,10 +265,10 @@ export default function PromoOffersSection({ className = '' }: PromoOffersSectio {availableOffers.map((offer) => (
-
+
{getOfferIcon(offer.effect_type, offer.discount_percent)}
@@ -291,7 +291,7 @@ export default function PromoOffersSection({ className = '' }: PromoOffersSectio