Skip to content

Commit

Permalink
audiocontrol style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
phughesmcr committed Sep 4, 2024
1 parent d21db88 commit 7593b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AudioControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function AudioControls(
? "bg-yellow-400"
: buttonState === "loading"
? "bg-gray-500 cursor-not-allowed"
: "bg-green-400"
: "bg-green-500"
}`}
>
{getButtonText()}
Expand Down

0 comments on commit 7593b3e

Please sign in to comment.