Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/components/PageComponents/Messages/ChannelChat.tsx
|
|
|
@ -55,7 +55,7 @@ export const ChannelChat = ({ |
|
|
|
<div className="flex-1 flex items-center justify-center"> |
|
|
|
<EmptyState /> |
|
|
|
</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} /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|