Skip to content

Commit 8c12562

Browse files
committed
patch: rm dev class
1 parent f5710fe commit 8c12562

File tree

1 file changed

+1
-1
lines changed
  • src/components/ListenToPlayer/PlayerWidget

1 file changed

+1
-1
lines changed

src/components/ListenToPlayer/PlayerWidget/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const PlayerWidget = ({
289289
<div className="flex flex-row items-center gap-2">
290290
<PlayerButton tooltipContent={isPlaying ? "Pause" : "Play"}>
291291
<button
292-
className="cursor-pointer text-primary ring hover:text-primary-hover"
292+
className="cursor-pointer text-primary hover:text-primary-hover"
293293
onClick={handlePlayPause}
294294
title={isPlaying ? "Pause" : "Play"}
295295
aria-label={isPlaying ? "Pause" : "Play"}

0 commit comments

Comments
 (0)