diff --git a/src/components/SuccessNotificationModal.tsx b/src/components/SuccessNotificationModal.tsx index c9a5c6a..439ce31 100644 --- a/src/components/SuccessNotificationModal.tsx +++ b/src/components/SuccessNotificationModal.tsx @@ -330,7 +330,7 @@ export default function SuccessNotificationModal() { {isSubscription && ( diff --git a/src/pages/TopUpAmount.tsx b/src/pages/TopUpAmount.tsx index 2873e90..448102d 100644 --- a/src/pages/TopUpAmount.tsx +++ b/src/pages/TopUpAmount.tsx @@ -506,7 +506,7 @@ export default function TopUpAmount() { ? 'cursor-not-allowed bg-dark-700 text-dark-500' : isStarsMethod ? 'bg-gradient-to-r from-yellow-500 to-orange-500 text-white shadow-lg shadow-yellow-500/25 hover:from-yellow-400 hover:to-orange-400 active:from-yellow-600 active:to-orange-600' - : 'bg-gradient-to-r from-accent-500 to-accent-600 text-white shadow-lg shadow-accent-500/25 hover:from-accent-400 hover:to-accent-500 active:from-accent-600 active:to-accent-700' + : 'bg-accent-500 text-white shadow-lg shadow-accent-500/25 transition-colors hover:bg-accent-400 active:bg-accent-600' }`} > {isPending ? (