mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
🎨 style(MentionItem): update active bg-color (#2675)
This commit is contained in:
parent
a4de635719
commit
bcdddaed72
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export default function MentionItem({
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
'text-token-text-primary bg-token-main-surface-secondary group flex h-10 items-center gap-2 rounded-lg px-2 text-sm font-medium hover:bg-gray-100 dark:hover:bg-gray-600',
|
'text-token-text-primary bg-token-main-surface-secondary group flex h-10 items-center gap-2 rounded-lg px-2 text-sm font-medium hover:bg-gray-100 dark:hover:bg-gray-600',
|
||||||
isActive ? 'dark:bg-gray-600' : '',
|
isActive ? 'bg-gray-100 dark:bg-gray-600' : '',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{icon ? icon : null}
|
{icon ? icon : null}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue