diff --git a/frontend/src/component/commandBar/CommandBar.tsx b/frontend/src/component/commandBar/CommandBar.tsx index 7ff585158d..42de7f6b22 100644 --- a/frontend/src/component/commandBar/CommandBar.tsx +++ b/frontend/src/component/commandBar/CommandBar.tsx @@ -39,7 +39,7 @@ export const CommandResultsPaper = styled(Paper)(({ theme }) => ({ borderRadius: 0, borderBottomLeftRadius: theme.spacing(1), borderBottomRightRadius: theme.spacing(1), - boxShadow: '0px 8px 20px rgba(33, 33, 33, 0.15)', + boxShadow: theme.shadows[2], fontSize: theme.fontSizes.smallBody, color: theme.palette.text.secondary, wordBreak: 'break-word',