Skip to content

Commit 2ae64cb

Browse files
committed
cleanup
1 parent 6a31e52 commit 2ae64cb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/command-pallette/CommandPalletteUI/CommandPaletteUI.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
top: calc(var(--_ui5-v2-7-0_shellbar_root_height) + 0.5rem);
44
width: 100%;
55
height: 100%;
6+
67
display: flex;
78
justify-content: center;
9+
810
z-index: 1000000;
9-
background: rgba(0, 0, 0, 0.3);
11+
background-color: rgba(0, 0, 0, 0.3);
1012

1113
&__wrapper {
1214
display: flex;

src/header/Header.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect, useRef, useState } from 'react';
1+
import { useRef, useState } from 'react';
22
import { useRecoilState, useRecoilValue, useSetRecoilState } from 'recoil';
33
import {
44
Avatar,
@@ -15,7 +15,6 @@ import { useAvailableNamespaces } from 'hooks/useAvailableNamespaces';
1515
import { clustersState } from 'state/clustersAtom';
1616
import { clusterState } from 'state/clusterAtom';
1717
import { showKymaCompanionState } from 'state/companion/showKymaCompanionAtom';
18-
import { themeState } from 'state/preferences/themeAtom';
1918
import { isResourceEditedState } from 'state/resourceEditedAtom';
2019
import { isFormOpenState } from 'state/formOpenAtom';
2120

0 commit comments

Comments
 (0)