Add dark mode theme support across the UI
Introduce light/dark/system theme toggle with Bootstrap data-bs-theme and theme-aware surfaces and components. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -133,7 +133,7 @@ function ConversationList({ conversations, selectedConversation, onSelectConvers
|
||||
style={{cursor: 'pointer'}}
|
||||
>
|
||||
<div className="d-flex align-items-start gap-2">
|
||||
<div className="flex-shrink-0 mt-1 p-2 rounded-circle bg-white shadow-sm">
|
||||
<div className="flex-shrink-0 mt-1 p-2 rounded-circle bg-body-tertiary shadow-sm">
|
||||
{getConversationIcon(conv.type)}
|
||||
</div>
|
||||
<div className="flex-fill min-w-0" style={{overflow: 'hidden'}}>
|
||||
|
||||
Reference in New Issue
Block a user