-
+
{selectedOffering ? 'Edit Offering' : 'Add New Offering'}
@@ -603,21 +1145,21 @@ export const EcosystemManagerPage: React.FC = () => {
@@ -635,12 +1177,12 @@ export const EcosystemManagerPage: React.FC = () => {
onClick={() => setLogoUrl(brand.key)}
className={`flex flex-col items-center justify-center p-3 rounded-xl border transition-all relative min-h-[70px] ${
isSelected
- ? 'bg-ink-0 border-ink-950 shadow-md ring-2 ring-ink-950/10'
+ ? 'bg-ink-0 border-ink-900 shadow-md ring-2 ring-ink-900/10'
: 'bg-ink-0/60 border-ink-200 hover:border-ink-400 hover:bg-ink-0'
}`}
>
{isSelected && (
-
+
)}
@@ -709,14 +1251,14 @@ export const EcosystemManagerPage: React.FC = () => {
@@ -825,7 +1367,7 @@ export const EcosystemManagerPage: React.FC = () => {
@@ -845,7 +1387,7 @@ export const EcosystemManagerPage: React.FC = () => {
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
onClick={() => setIsDeleteConfirmOpen(false)}
- className="fixed inset-0 bg-ink-950/40 backdrop-blur-md z-45"
+ className="fixed inset-0 bg-ink-900/40 backdrop-blur-md z-45"
/>
{
- Delete Ecosystem Offering?
+ Delete Ecosystem Offering?
- Are you sure you want to delete {offeringToDelete?.name}? This action is permanent and cannot be undone.
+ Are you sure you want to delete {offeringToDelete?.name}? This action is permanent and cannot be undone.