ChatPageSidebar: increase padding
This commit is contained in:
parent
0bf616496f
commit
f028b8e59f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const ChatPageSidebar = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack space={4} className='h-full'>
|
<Stack space={4} className='h-full'>
|
||||||
<Stack space={4} className='px-4 pt-4'>
|
<Stack space={4} className='px-6 pt-6'>
|
||||||
<HStack alignItems='center' justifyContent='between'>
|
<HStack alignItems='center' justifyContent='between'>
|
||||||
<CardTitle title={intl.formatMessage(messages.title)} />
|
<CardTitle title={intl.formatMessage(messages.title)} />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue