We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113437c commit 96ad675Copy full SHA for 96ad675
src/frontend/src/components/guild/VoiceChannelActions/styles.ts
@@ -14,6 +14,8 @@ export const VoiceChannelActions = styled.div`
14
`;
15
16
export const Action = styled.div`
17
+ cursor: pointer;
18
+
19
display: flex;
20
align-items: center;
21
justify-content: center;
src/frontend/src/components/guild/VoiceChannelController/styles.ts
@@ -32,6 +32,7 @@ export const ConnectStatusWrapper = styled.div`
32
justify-content: space-between;
33
34
svg {
35
36
color: ${({ theme }) => theme.colors.white};
37
}
38
0 commit comments