mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
Update HoverButtons.tsx
This commit is contained in:
parent
37c828d7fb
commit
95cf300782
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ export default function HoverButtons({
|
|||
<button
|
||||
className={cn(
|
||||
'hover-button rounded-md p-1 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400 md:invisible md:group-hover:visible',
|
||||
isCreatedByUser ? '' : 'active',
|
||||
)}
|
||||
onClick={toggleSpeech}
|
||||
type="button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue