Skip to content

Commit

Permalink
Update send-form.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed Feb 13, 2024
1 parent e70d114 commit 9296b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/send-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function SendForm({
<div className="relative w-full max-w-xs">
<MicIcon
onClick={toggleSpeech}
className={`absolute right-2 h-4 w-4 top-1/2 transform -translate-y-2 ${
className={`absolute right-2 h-4 w-4 top-1/2 transition-all transform -translate-y-2 ${
listening ? "text-red-500 scale-125 animate-pulse" : "text-gray-500"
} dark:text-gray-400 hover:scale-125 cursor-pointer`}
/>
Expand Down

0 comments on commit 9296b96

Please sign in to comment.