mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
fix: save context button spacing (#9059)
This commit is contained in:
parent
4f6e581dec
commit
790d813455
@ -69,11 +69,11 @@ const StyledSwitchContainer = styled('div')({
|
||||
marginLeft: '-9px',
|
||||
});
|
||||
|
||||
const StyledButtonContainer = styled('div')({
|
||||
marginTop: 'auto',
|
||||
const StyledButtonContainer = styled('div')(({ theme }) => ({
|
||||
marginTop: theme.spacing(3),
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-end',
|
||||
});
|
||||
}));
|
||||
|
||||
const StyledCancelButton = styled(Button)(({ theme }) => ({
|
||||
marginLeft: theme.spacing(3),
|
||||
|
Loading…
Reference in New Issue
Block a user