diff --git a/libs/domains/clusters/feature/src/lib/cluster-card/__snapshots__/cluster-card.spec.tsx.snap b/libs/domains/clusters/feature/src/lib/cluster-card/__snapshots__/cluster-card.spec.tsx.snap index 69f357bcf16..12b94766b26 100644 --- a/libs/domains/clusters/feature/src/lib/cluster-card/__snapshots__/cluster-card.spec.tsx.snap +++ b/libs/domains/clusters/feature/src/lib/cluster-card/__snapshots__/cluster-card.spec.tsx.snap @@ -179,7 +179,7 @@ exports[`ClusterCard should render correctly 1`] = ` Production EKS us-east-1 1.21 t3.medium diff --git a/libs/domains/clusters/feature/src/lib/cluster-type/__snapshots__/cluster-type.spec.tsx.snap b/libs/domains/clusters/feature/src/lib/cluster-type/__snapshots__/cluster-type.spec.tsx.snap index 34dbc701c8f..f1bd5b92bc9 100644 --- a/libs/domains/clusters/feature/src/lib/cluster-type/__snapshots__/cluster-type.spec.tsx.snap +++ b/libs/domains/clusters/feature/src/lib/cluster-type/__snapshots__/cluster-type.spec.tsx.snap @@ -4,7 +4,7 @@ exports[`ClusterType should render as EKS 1`] = `
EKS @@ -17,7 +17,7 @@ exports[`ClusterType should render as GCP 1`] = `
GKE (Autopilot) @@ -30,7 +30,7 @@ exports[`ClusterType should render as K3S 1`] = `
EC2 (K3S) @@ -43,7 +43,7 @@ exports[`ClusterType should render as SCW 1`] = `
Kapsule diff --git a/libs/domains/environments/feature/src/lib/create-clone-environment-modal/__snapshots__/create-clone-environment-modal.spec.tsx.snap b/libs/domains/environments/feature/src/lib/create-clone-environment-modal/__snapshots__/create-clone-environment-modal.spec.tsx.snap index 865df4ebae5..e6be390e549 100644 --- a/libs/domains/environments/feature/src/lib/create-clone-environment-modal/__snapshots__/create-clone-environment-modal.spec.tsx.snap +++ b/libs/domains/environments/feature/src/lib/create-clone-environment-modal/__snapshots__/create-clone-environment-modal.spec.tsx.snap @@ -175,7 +175,7 @@ exports[`CreateCloneEnvironmentModal should match snapshots 1`] = ` data-testid="selected-icon" > D diff --git a/libs/domains/environments/feature/src/lib/environment-list/__snapshots__/environment-list.spec.tsx.snap b/libs/domains/environments/feature/src/lib/environment-list/__snapshots__/environment-list.spec.tsx.snap index 99234b8bd3f..87b00a5f20d 100644 --- a/libs/domains/environments/feature/src/lib/environment-list/__snapshots__/environment-list.spec.tsx.snap +++ b/libs/domains/environments/feature/src/lib/environment-list/__snapshots__/environment-list.spec.tsx.snap @@ -129,7 +129,7 @@ exports[`EnvironmentList should match snapshot 1`] = ` class="flex min-w-0 items-center gap-4 text-sm font-medium text-neutral-400" > @@ -492,7 +492,7 @@ exports[`EnvironmentList should match snapshot 1`] = ` class="flex min-w-0 items-center gap-4 text-sm font-medium text-neutral-400" > @@ -663,7 +663,7 @@ exports[`EnvironmentList should match snapshot 1`] = ` class="flex min-w-0 items-center gap-4 text-sm font-medium text-neutral-400" > diff --git a/libs/domains/environments/feature/src/lib/environment-mode/__snapshots__/environment-mode.spec.tsx.snap b/libs/domains/environments/feature/src/lib/environment-mode/__snapshots__/environment-mode.spec.tsx.snap index 3a0b9aece56..9f99c0f2e67 100644 --- a/libs/domains/environments/feature/src/lib/environment-mode/__snapshots__/environment-mode.spec.tsx.snap +++ b/libs/domains/environments/feature/src/lib/environment-mode/__snapshots__/environment-mode.spec.tsx.snap @@ -4,7 +4,7 @@ exports[`EnvironmentMode should render as development mode 1`] = `
Development @@ -43,7 +43,7 @@ exports[`EnvironmentMode should render as staging mode 1`] = `
Staging diff --git a/libs/domains/service-logs/feature/src/lib/list-service-logs/row-service-logs/row-service-logs.tsx b/libs/domains/service-logs/feature/src/lib/list-service-logs/row-service-logs/row-service-logs.tsx index 8be4bdb0fb8..53da87758a4 100644 --- a/libs/domains/service-logs/feature/src/lib/list-service-logs/row-service-logs/row-service-logs.tsx +++ b/libs/domains/service-logs/feature/src/lib/list-service-logs/row-service-logs/row-service-logs.tsx @@ -98,7 +98,7 @@ export function RowServiceLogs({ color="neutral" size="xs" className={twMerge( - clsx('max-h-fit gap-1.5 whitespace-nowrap font-code', { + clsx('gap-1.5 whitespace-nowrap font-code', { 'outline outline-1 outline-brand-400 hover:!border-brand-400 dark:border-brand-400': isFilterActive( 'container_name', original.container_name diff --git a/libs/domains/services/feature/src/lib/pods-metrics/__snapshots__/pods-metrics.spec.tsx.snap b/libs/domains/services/feature/src/lib/pods-metrics/__snapshots__/pods-metrics.spec.tsx.snap index 9c1e10b9f09..81fe6f8b726 100644 --- a/libs/domains/services/feature/src/lib/pods-metrics/__snapshots__/pods-metrics.spec.tsx.snap +++ b/libs/domains/services/feature/src/lib/pods-metrics/__snapshots__/pods-metrics.spec.tsx.snap @@ -114,7 +114,7 @@ exports[`PodsMetrics should match snapshot with data 1`] = ` class="h-14 px-4 py-0" >
Foobar diff --git a/libs/shared/ui/src/lib/components/badge/badge.tsx b/libs/shared/ui/src/lib/components/badge/badge.tsx index f0a89cb2dc3..e2f47b26f1b 100644 --- a/libs/shared/ui/src/lib/components/badge/badge.tsx +++ b/libs/shared/ui/src/lib/components/badge/badge.tsx @@ -31,7 +31,7 @@ const badgeVariants = cva(['inline-flex', 'items-center', 'shrink-0', 'font-medi { variant: 'outline', color: 'neutral', - className: ['border-neutral-250', 'text-neutral-350', 'dark:border-neutral-350'], + className: ['border-neutral-250', 'text-neutral-350', 'dark:border-neutral-350', 'dark:text-neutral-300'], }, /* // Generate all colors