fix: main sidebar spacing

This commit is contained in:
Pavel Prichodko 2022-06-15 16:04:25 +02:00
parent 9a009ddc4e
commit be58052fcd
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export const Channels = () => {
const chats = useChats() const chats = useChats()
return ( return (
<Box css={{ padding: '24px 0', overflow: 'auto' }}> <Box css={{ padding: '18px 0', overflow: 'auto' }}>
{chats.map(chat => ( {chats.map(chat => (
<ChannelItem <ChannelItem
key={chat.id} key={chat.id}