Skip to content

Commit

Permalink
chore: use a command bar shadow thats visible in darkmode as well (#7551
Browse files Browse the repository at this point in the history
)
  • Loading branch information
daveleek authored Jul 5, 2024
1 parent 94926b7 commit 9ad7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/component/commandBar/CommandBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9ad7266

Please sign in to comment.