Skip to content

Commit

Permalink
feat: add solid border for contrast (#7550)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Jul 5, 2024
1 parent 2f94834 commit c802442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/component/commandBar/CommandBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit c802442

Please sign in to comment.