File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
command-pallette/CommandPalletteUI Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 1- import { useEffect , useRef , useState } from 'react' ;
1+ import { useRef , useState } from 'react' ;
22import { useRecoilState , useRecoilValue , useSetRecoilState } from 'recoil' ;
33import {
44 Avatar ,
@@ -15,7 +15,6 @@ import { useAvailableNamespaces } from 'hooks/useAvailableNamespaces';
1515import { clustersState } from 'state/clustersAtom' ;
1616import { clusterState } from 'state/clusterAtom' ;
1717import { showKymaCompanionState } from 'state/companion/showKymaCompanionAtom' ;
18- import { themeState } from 'state/preferences/themeAtom' ;
1918import { isResourceEditedState } from 'state/resourceEditedAtom' ;
2019import { isFormOpenState } from 'state/formOpenAtom' ;
2120
You can’t perform that action at this time.
0 commit comments