diff --git a/libs/pages/cluster/src/lib/feature/page-settings-resources-feature/page-settings-resources-feature.tsx b/libs/pages/cluster/src/lib/feature/page-settings-resources-feature/page-settings-resources-feature.tsx index 58a2e865dde..f595acb5063 100644 --- a/libs/pages/cluster/src/lib/feature/page-settings-resources-feature/page-settings-resources-feature.tsx +++ b/libs/pages/cluster/src/lib/feature/page-settings-resources-feature/page-settings-resources-feature.tsx @@ -13,10 +13,7 @@ import { useEditCluster, useUpdateKarpenterPrivateFargate, } from '@qovery/domains/clusters/feature' -import { - type ClusterResourcesEdit, - type SCWControlPlaneFeatureType, -} from '@qovery/shared/interfaces' +import { type ClusterResourcesEdit, type SCWControlPlaneFeatureType } from '@qovery/shared/interfaces' import { useModal } from '@qovery/shared/ui' import { PageSettingsResources } from '../../ui/page-settings-resources/page-settings-resources' diff --git a/libs/shared/spotlight/feature/src/lib/spotlight/spotlight.tsx b/libs/shared/spotlight/feature/src/lib/spotlight/spotlight.tsx index bfd052d2f6c..d91ff7a4d0e 100644 --- a/libs/shared/spotlight/feature/src/lib/spotlight/spotlight.tsx +++ b/libs/shared/spotlight/feature/src/lib/spotlight/spotlight.tsx @@ -263,7 +263,7 @@ export function Spotlight({ organizationId, open, onOpenChange }: SpotlightProps className="bg-surface-neutral-subtle" loop > -
+
.monaco-editor, .audit-logs-failed-code-editor > .monaco-editor { @@ -34,7 +117,6 @@ } // JSON attributes + ':' - .mtk1, .mtk20 { color: #0d74ce !important; } diff --git a/libs/shared/ui/src/lib/components/code-editor/code-editor.stories.tsx b/libs/shared/ui/src/lib/components/code-editor/code-editor.stories.tsx index e375ea9dd32..3133d2aa531 100644 --- a/libs/shared/ui/src/lib/components/code-editor/code-editor.stories.tsx +++ b/libs/shared/ui/src/lib/components/code-editor/code-editor.stories.tsx @@ -24,7 +24,7 @@ const Story: Meta = { title: 'CodeEditor', decorators: [ (Story) => ( -
+
),