mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat(panel-content): change padding for modal version
This commit is contained in:
parent
91942d25b6
commit
7eb147f737
@ -16,7 +16,10 @@ const PanelContent = ({
|
||||
isModalWidth,
|
||||
}: PanelContentProps) => {
|
||||
return (
|
||||
<YStack space={'$3'} style={{ padding: '30px', alignItems: 'start' }}>
|
||||
<YStack
|
||||
space={'$3'}
|
||||
style={{ padding: isModalWidth ? 0 : '30px', alignItems: 'start' }}
|
||||
>
|
||||
<XStack style={{ width: '100%', justifyContent: 'space-between' }}>
|
||||
<Text size={19} weight={'semibold'}>
|
||||
{title}
|
||||
|
Loading…
x
Reference in New Issue
Block a user