fix: add background color for chat bubble in light and dark themes (#22472)

This commit is contained in:
Wu Tianwei
2025-07-16 13:36:51 +08:00
committed by GitHub
parent ddfd8c8525
commit aef67ed7ec
4 changed files with 8 additions and 3 deletions

View File

@@ -90,6 +90,9 @@ const config = {
fontSize: {
'2xs': '0.625rem',
},
backgroundColor: {
'background-gradient-bg-fill-chat-bubble-bg-3': 'var(--color-background-gradient-bg-fill-chat-bubble-bg-3)',
},
backgroundImage: {
'chatbot-bg': 'var(--color-chatbot-bg)',
'chat-bubble-bg': 'var(--color-chat-bubble-bg)',