We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EditableMessage组件想要非全局修改markdown文字颜色 设置markdownProps={{ style: { color: '#1677ff', }, }}只能透传到ant-typography类,无法渗透到.zcss-8xwwhe p 字体颜色还是没有更改
markdownProps={{ style: { color: '#1677ff', }, }}
ant-typography
.zcss-8xwwhe p
The text was updated successfully, but these errors were encountered:
这就太细节了,还要改这块的话建议使用 chatItemRenderConfig 下的 ContentRender ,自己去写一个 Markdown 渲染了
Sorry, something went wrong.
No branches or pull requests
🥰 需求描述
EditableMessage组件想要非全局修改markdown文字颜色 设置
markdownProps={{ style: { color: '#1677ff', }, }}
只能透传到ant-typography
类,无法渗透到.zcss-8xwwhe p
字体颜色还是没有更改
🚑 其他信息
The text was updated successfully, but these errors were encountered: