1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

chore: use a command bar shadow thats visible in darkmode as well (#7551)

This commit is contained in:
David Leek 2024-07-05 14:54:11 +02:00 committed by GitHub
parent 94926b7802
commit 9ad7266aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ export const CommandResultsPaper = styled(Paper)(({ theme }) => ({
borderRadius: 0, borderRadius: 0,
borderBottomLeftRadius: theme.spacing(1), borderBottomLeftRadius: theme.spacing(1),
borderBottomRightRadius: 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, fontSize: theme.fontSizes.smallBody,
color: theme.palette.text.secondary, color: theme.palette.text.secondary,
wordBreak: 'break-word', wordBreak: 'break-word',