mirror of
https://github.com/zhigang1992/xverse-web-extension.git
synced 2026-04-29 13:15:45 +08:00
fix: buttons spacing
This commit is contained in:
@@ -42,7 +42,7 @@ const ButtonContainer = styled.div((props) => ({
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'center',
|
||||
columnGap: props.theme.spacing(8),
|
||||
columnGap: props.theme.spacing(11),
|
||||
paddingBottom: props.theme.spacing(16),
|
||||
marginBottom: props.theme.spacing(4),
|
||||
marginTop: props.theme.spacing(4),
|
||||
|
||||
Reference in New Issue
Block a user