diff --git a/src/components/profiledashboard/MatchingList.jsx b/src/components/profiledashboard/MatchingList.jsx
index 876c0f4..8e64cb7 100644
--- a/src/components/profiledashboard/MatchingList.jsx
+++ b/src/components/profiledashboard/MatchingList.jsx
@@ -130,7 +130,7 @@ className="w-full max-w-sm rounded-[10px] shadow-xl overflow-hidden border-2 bor
initial={{ scale: 0 }}
animate={{ scale: 1 }}
transition={{ delay: 0.2, type: 'spring' }}
- className="absolute top-4 left-4 z-10 bg-orange-500 rounded-full p-2 shadow-lg"
+ className="absolute top-4 left-4 z-10 bg-red-900 rounded-full p-2 shadow-lg"
>
- Get up to 58% OFF on paid membership! + Get up to 58% OFF on paid membership!
{/* Features List */} diff --git a/src/components/profiledashboard/ProfileCompletion.jsx b/src/components/profiledashboard/ProfileCompletion.jsx index 518dc78..a97d2f3 100644 --- a/src/components/profiledashboard/ProfileCompletion.jsx +++ b/src/components/profiledashboard/ProfileCompletion.jsx @@ -34,9 +34,9 @@ const ProfileCompletion = () => { id: 3, icon: FamilyIcon, title: "Family Details", - bgColor: "bg-orange-50", - iconColor: "text-orange-600", - borderColor: "border-orange-200", + bgColor: "bg-red-50", + iconColor: "text-red-600", + borderColor: "border-red-200", }, ]; diff --git a/src/pages/SubscriptionHistory.jsx b/src/pages/SubscriptionHistory.jsx index 970cb00..2eef6ff 100644 --- a/src/pages/SubscriptionHistory.jsx +++ b/src/pages/SubscriptionHistory.jsx @@ -94,7 +94,7 @@ export default function SubscriptionHistory() { > {/* Crown Badge */}