diff --git a/components/PlaybackControls.tsx b/components/PlaybackControls.tsx index b6a77fc..f8c0ad9 100644 --- a/components/PlaybackControls.tsx +++ b/components/PlaybackControls.tsx @@ -24,7 +24,7 @@ const PlaybackControls: React.FC = ({ setVolume, changeChannel, }) => ( -
+
{/* Left Side - Playback Controls */}
-
- - {/* Right Side - Volume Control */} -
- - setVolume(parseFloat(e.target.value))} - className="h-1 w-full cursor-pointer accent-[var(--lofi-accent)] rounded-lg bg-[var(--lofi-card-hover)]" - /> + {/* Right Side - Volume Control */} +
+ + setVolume(parseFloat(e.target.value))} + className="h-1 w-full cursor-pointer accent-[var(--lofi-accent)] rounded-lg bg-[var(--lofi-card-hover)]" + /> +
)