fix(HoverButtons): light/dark styling to match official site

This commit is contained in:
Daniel Avila 2023-08-20 21:04:36 -04:00 committed by Danny Avila
parent 61dcb4d307
commit 909b00c752
7 changed files with 8 additions and 10 deletions

View file

@ -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"