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:
parent
f0c0504b31
commit
12100b3912
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user