We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5710fe commit 8c12562Copy full SHA for 8c12562
src/components/ListenToPlayer/PlayerWidget/index.tsx
@@ -289,7 +289,7 @@ const PlayerWidget = ({
289
<div className="flex flex-row items-center gap-2">
290
<PlayerButton tooltipContent={isPlaying ? "Pause" : "Play"}>
291
<button
292
- className="cursor-pointer text-primary ring hover:text-primary-hover"
+ className="cursor-pointer text-primary hover:text-primary-hover"
293
onClick={handlePlayPause}
294
title={isPlaying ? "Pause" : "Play"}
295
aria-label={isPlaying ? "Pause" : "Play"}
0 commit comments