Skip to content

Commit 2dad9bb

Browse files
committed
fix: lint issues
1 parent 1851c29 commit 2dad9bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package/src/components/Message/MessageSimple/utils/renderText.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ export const renderText = <
200200
color: colors.accent_blue,
201201
...markdownStyles?.autolink,
202202
},
203-
blockQuoteText: {
204-
...defaultMarkdownStyles.blockQuoteText,
205-
...markdownStyles?.blockQuoteText,
206-
},
207203
blockQuoteSection: {
208204
...defaultMarkdownStyles.blockQuoteSection,
209205
flexDirection: 'row',
@@ -212,11 +208,15 @@ export const renderText = <
212208
},
213209
blockQuoteSectionBar: {
214210
...defaultMarkdownStyles.blockQuoteSectionBar,
215-
width: 2,
216211
backgroundColor: colors.grey_gainsboro,
217212
marginRight: 8,
213+
width: 2,
218214
...markdownStyles?.blockQuoteSectionBar,
219215
},
216+
blockQuoteText: {
217+
...defaultMarkdownStyles.blockQuoteText,
218+
...markdownStyles?.blockQuoteText,
219+
},
220220
codeBlock: {
221221
...defaultMarkdownStyles.codeBlock,
222222
backgroundColor: colors.code_block,

0 commit comments

Comments
 (0)