diff --git a/frontend/src/component/commandBar/CommandBar.tsx b/frontend/src/component/commandBar/CommandBar.tsx index 2765a6eb27..7ff585158d 100644 --- a/frontend/src/component/commandBar/CommandBar.tsx +++ b/frontend/src/component/commandBar/CommandBar.tsx @@ -43,6 +43,7 @@ export const CommandResultsPaper = styled(Paper)(({ theme }) => ({ fontSize: theme.fontSizes.smallBody, color: theme.palette.text.secondary, wordBreak: 'break-word', + border: `1px solid ${theme.palette.neutral.border}`, })); const StyledContainer = styled('div', {