File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { ListItemProps } from '@mui/material' ;
22import { Box , IconButton , ListItem } from '../../base' ;
33import { PanelDragHandleIcon } from '../../icons/PanelDragHandle' ;
4- import { black , styled } from '../../theme' ;
4+ import { styled } from '../../theme' ;
55import { PanelProps } from './Panel' ;
66
77export const ListHeader = styled ( ListItem ) ( ( { theme } ) => ( {
@@ -86,10 +86,10 @@ export const PanelContainer = styled(Box)<{ intitialPosition: PanelProps['intiti
8686 borderRadius : '8px' ,
8787 overflow : 'hidden' ,
8888 flexShrink : 0 ,
89- zIndex : 99999 ,
89+ zIndex : 100 ,
9090 position : 'absolute' ,
9191 backgroundColor : theme . palette . background . blur ?. light ,
92- boxShadow : `0 4px 16px ${ black } ` ,
92+ boxShadow : `0 4px 16px ${ theme . palette . background . blur ?. light } ` ,
9393 maxHeight : '80%' ,
9494 display : 'flex' ,
9595 boxSizing : 'border-box' ,
You can’t perform that action at this time.
0 commit comments