From aac06b4a902493796fb4d219b41eccf9bba225d0 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Thu, 7 Apr 2022 00:33:01 -0700 Subject: [PATCH] Remove custom tooltip delay on playerbar buttons --- src/components/player/PlayerBar.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/player/PlayerBar.tsx b/src/components/player/PlayerBar.tsx index 2b36e36..ed2a4f0 100644 --- a/src/components/player/PlayerBar.tsx +++ b/src/components/player/PlayerBar.tsx @@ -465,7 +465,7 @@ const PlayerBar = () => { {/* Stop Button */} - + { /> {/* Seek Backward Button */} - + { /> {/* Previous Song Button */} - + { /> {/* Play/Pause Button */} - + { /> {/* Next Song Button */} - + { /> {/* Seek Forward Button */} - +