Skip to content

Commit f5d74a7

Browse files
committed
fix: lint issues
1 parent 0a6491f commit f5d74a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/src/components/Message/MessageSimple/MessageContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

package/src/components/Reply/Reply.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import merge from 'lodash/merge';
88

99
import type { Attachment, PollState } from 'stream-chat';
1010

11-
import { useChatConfigContext } from '../../contexts/chatConfigContext/ChatConfigContext';
1211
import { useChatContext } from '../../contexts';
12+
import { useChatConfigContext } from '../../contexts/chatConfigContext/ChatConfigContext';
1313
import { useMessageContext } from '../../contexts/messageContext/MessageContext';
1414
import {
1515
MessageInputContext,

0 commit comments

Comments
 (0)