fix: main sidebar spacing

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

View File

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