- {title}
-
+ {title}
+
EKS Anywhere is not available for your organization yet. Please contact us to enable it.
@@ -213,9 +213,9 @@ function CardCluster({ title, description, icon, index = 1, ...props }: CardClus
onClick={() => setExpanded(!expanded)}
className={twMerge(
clsx(
- 'flex h-32 w-full cursor-pointer justify-start gap-4 rounded border border-neutral p-5 shadow-sm outline outline-2 outline-transparent transition hover:border-surface-brand-solid hover:-outline-offset-2 hover:outline-surface-brand-solid',
+ 'flex h-32 w-full cursor-pointer justify-start gap-4 rounded border border-neutral p-5 shadow-sm transition hover:border-brand-strong',
{
- 'border-surface-brand-solid -outline-offset-2 outline-surface-brand-solid': expanded,
+ 'border-brand-strong': expanded,
}
)
)}
@@ -234,7 +234,7 @@ function CardCluster({ title, description, icon, index = 1, ...props }: CardClus
{options.length}
-
+
@@ -247,7 +247,7 @@ function CardCluster({ title, description, icon, index = 1, ...props }: CardClus
transition={{ duration: 0.15 }}
className={getExpanderPosition('relative mt-5 overflow-hidden', index)}
>
-