mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
style(MessageHeader.jsx): add hover opacity to the background color of the message header
This commit is contained in:
parent
b730d631af
commit
55e949578f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ const MessageHeader = ({ isSearchView = false }) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
className="dark:text-gray-450 w-full cursor-pointer gap-1 border-b border-black/10 bg-gray-50 text-sm text-gray-500 transition-all hover:bg-gray-100 dark:border-gray-900/50 dark:bg-gray-700 dark:hover:bg-gray-600"
|
className="dark:text-gray-450 w-full cursor-pointer gap-1 border-b border-black/10 bg-gray-50 text-sm text-gray-500 transition-all hover:bg-gray-100 hover:bg-opacity-30 dark:border-gray-900/50 dark:bg-gray-700 dark:hover:bg-gray-600 dark:hover:bg-opacity-100"
|
||||||
onClick={() => setSaveAsDialogShow(true)}
|
onClick={() => setSaveAsDialogShow(true)}
|
||||||
>
|
>
|
||||||
<div className="d-block flex w-full items-center justify-center p-3">{getConversationTitle()}</div>
|
<div className="d-block flex w-full items-center justify-center p-3">{getConversationTitle()}</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue