Skip to content

Commit 72aa53b

Browse files
committed
remove PanelShadow
1 parent 928fb22 commit 72aa53b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/devToolUI.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Header from './header';
66
import Panel from './panel';
77
import colors from './colors';
88
import Logo from './logo';
9-
import { PanelShadow } from './panelShadow';
109
import { Button } from './styled';
1110
import { useStateMachine } from 'little-state-machine';
1211
import { setVisible } from './settingAction';
@@ -64,7 +63,6 @@ export const DevToolUI = ({ control, placement = 'top-right' }: Props) => {
6463
<Header setVisible={actions.setVisible} control={control} />
6564
<Panel control={control} />
6665
</div>
67-
<PanelShadow visible={state.visible} placement={placement} />
6866
</Animate>
6967

7068
{!state.visible && (

0 commit comments

Comments
 (0)