- Add human_message_inactive_text_color

This commit is contained in:
Josako
2025-11-13 10:19:39 +01:00
parent 82ca6b537a
commit 5dd711bcd2
5 changed files with 36 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ def get_default_chat_customisation(tenant_customisation=None):
'ai_message_text_color': '#212529',
'human_message_background': '#212529',
'human_message_text_color': '#ffffff',
'human_message_inactive_text_color': '#808080'
}
# If no tenant customization is provided, return the defaults