mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore: use a command bar shadow thats visible in darkmode as well (#7551)
This commit is contained in:
parent
94926b7802
commit
9ad7266aa1
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user