Skip to content

Commit

Permalink
fix: removed touch-events on icon
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Apr 15, 2024
1 parent b73fd76 commit e0d8a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/icons/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import MicUnmute from "./mic_on.svg";
const Icon = styled.img`
width: 8rem;
padding-right: 1em;
pointer-events: none;
user-select: none;
`;

export const MicMuted = () => <Icon src={MicMute} alt="off-microphone" />;
Expand Down

0 comments on commit e0d8a17

Please sign in to comment.