File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const MessageContentWithContext = <
139139
140140 const {
141141 theme : {
142- colors : { light_gray , grey_whisper } ,
142+ colors : { grey_whisper , light_gray } ,
143143 messageSimple : {
144144 content : {
145145 container : {
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import merge from 'lodash/merge';
88
99import type { Attachment , PollState } from 'stream-chat' ;
1010
11- import { useChatConfigContext } from '../../contexts/chatConfigContext/ChatConfigContext' ;
1211import { useChatContext } from '../../contexts' ;
12+ import { useChatConfigContext } from '../../contexts/chatConfigContext/ChatConfigContext' ;
1313import { useMessageContext } from '../../contexts/messageContext/MessageContext' ;
1414import {
1515 MessageInputContext ,
You can’t perform that action at this time.
0 commit comments