1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: add padding to warning banner (#5720)

Closes #
[1-1830](https://linear.app/unleash/issue/1-1830/potential-conflict-warning-add-padding-8px)

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2023-12-21 14:58:17 +02:00 committed by GitHub
parent f0c0504b31
commit 12100b3912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ const StyledSingleChangeBox = styled(Box, {
const StyledAlert = styled(Alert)(({ theme }) => ({
borderRadius: 0,
padding: theme.spacing(0, 2),
padding: theme.spacing(1, 2),
'&.MuiAlert-standardWarning': {
borderStyle: 'none none solid none',
},