Browse Source

fix: added dark modifer to message input (#414)

pull/423/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
b7f92388c5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/PageComponents/Messages/ChannelChat.tsx

2
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>

Loading…
Cancel
Save