feat(manage-validator): reduce paddings
This commit is contained in:
parent
5ee57cfa61
commit
21e98a5b8d
|
@ -9,7 +9,7 @@ const Header = () => {
|
|||
style={{
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
padding: '30px 25px 0px 30px',
|
||||
padding: '20px 25px 0px 30px',
|
||||
}}
|
||||
>
|
||||
<XStack alignItems="flex-end">
|
||||
|
|
|
@ -20,7 +20,7 @@ const PanelContent = ({
|
|||
return (
|
||||
<YStack
|
||||
space={'$3'}
|
||||
style={{ padding: isModalWidth ? 0 : '30px', alignItems: 'start' }}
|
||||
style={{ padding: isModalWidth ? 0 : '20px 30px', alignItems: 'start' }}
|
||||
>
|
||||
{isModalWidth && (
|
||||
<YStack space={'$1'}>
|
||||
|
|
Loading…
Reference in New Issue