mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
feat: add solid border for contrast (#7550)
Now it is better to see the command bar. 
This commit is contained in:
parent
2f9483441f
commit
c802442846
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user