File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
package/src/components/Message/MessageSimple/utils Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments