Skip to content

Commit

Permalink
remove white outline from play button focus-within state
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus committed Nov 12, 2024
1 parent 75d342b commit 7a1845c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/livePlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function LivePlayer() {
{isOnline && (
<>
<button
className="pl-4 sm:pl-8 pr-3 sm:pr-5 h-full grow-0 outline-white flex items-center gap-4"
className="pl-4 sm:pl-8 pr-3 sm:pr-5 h-full grow-0 flex items-center gap-4"
onClick={isPlaying == 1 ? pause : play}
aria-label={
isPlaying == 1 ? "Pause Live Broadcast" : "Play Live Broadcast"
Expand Down

0 comments on commit 7a1845c

Please sign in to comment.