ChatPageSidebar: increase padding

This commit is contained in:
Alex Gleason 2022-10-04 15:15:08 -04:00
parent 0bf616496f
commit f028b8e59f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -39,7 +39,7 @@ const ChatPageSidebar = () => {
return (
<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'>
<CardTitle title={intl.formatMessage(messages.title)} />