fix: main sidebar spacing
This commit is contained in:
parent
d54a9ab1b3
commit
a578b496fa
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue