mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-07 19:18:52 +01:00
style(NewConversationMenu): change dropdown menu background color to dark gray (#419)
style(EndpointItem): change active background color to light gray
This commit is contained in:
parent
7468b3011f
commit
fcf068dddf
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export default function ModelItem({ endpoint, value, isSelected }) {
|
|||
value={value}
|
||||
className={cn(
|
||||
'group dark:font-semibold dark:text-gray-100 dark:hover:bg-gray-800',
|
||||
isSelected && 'dark:bg-gray-900 bg-gray-50 active'
|
||||
isSelected && 'dark:bg-gray-800 bg-gray-50 active'
|
||||
)}
|
||||
id={endpoint}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue