1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

feat: add solid border for contrast (#7550)

Now it is better to see the command bar.


![image](https://github.com/Unleash/unleash/assets/964450/a59bdabd-5a14-45a5-b8ca-594b62853c59)
This commit is contained in:
Jaanus Sellin 2024-07-05 14:01:10 +03:00 committed by GitHub
parent 2f9483441f
commit c802442846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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', {