mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-12 13:14:40 +00:00
fix: main sidebar spacing
This commit is contained in:
parent
9a009ddc4e
commit
be58052fcd
@ -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…
x
Reference in New Issue
Block a user