diff --git a/dashboard/src/components/chat/ChatInput.vue b/dashboard/src/components/chat/ChatInput.vue index 5371300b8..f7338d761 100644 --- a/dashboard/src/components/chat/ChatInput.vue +++ b/dashboard/src/components/chat/ChatInput.vue @@ -14,7 +14,7 @@ border: isDark ? 'none' : '1px solid #e0e0e0', borderRadius: '24px', boxShadow: isDark ? 'none' : '0px 2px 2px rgba(0, 0, 0, 0.1)', - backgroundColor: isDark ? '#2d2d2d' : 'transparent', + backgroundColor: isDark ? 'rgba(15, 15, 22, 0.6)' : 'transparent', position: 'relative', }" > @@ -579,6 +579,20 @@ defineExpose({