mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
fix(HoverButtons): light/dark styling to match official site
This commit is contained in:
parent
61dcb4d307
commit
909b00c752
7 changed files with 8 additions and 10 deletions
|
|
@ -9,7 +9,7 @@ export default function RegenerateIcon({ className = '' }: { className?: string
|
|||
viewBox="0 0 24 24"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
className={cn('h-4 w-4 text-gray-600 dark:text-gray-400', className)}
|
||||
className={cn('h-4 w-4', className)}
|
||||
height="1em"
|
||||
width="1em"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue