|
|
@ -55,7 +55,7 @@ export const ChannelChat = ({ |
|
|
<div className="flex-1 flex items-center justify-center"> |
|
|
<div className="flex-1 flex items-center justify-center"> |
|
|
<EmptyState /> |
|
|
<EmptyState /> |
|
|
</div> |
|
|
</div> |
|
|
<div className="flex-shrink-0 p-4 w-full bg-gray-900"> |
|
|
<div className="flex-shrink-0 p-4 w-full dark:bg-gray-900"> |
|
|
<MessageInput to={to} channel={channel} maxBytes={200} /> |
|
|
<MessageInput to={to} channel={channel} maxBytes={200} /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|