fix: add background color for chat bubble in light and dark themes (#22472)
This commit is contained in:
@@ -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)',
|
||||
|
Reference in New Issue
Block a user