Skip to content

Commit 96ad675

Browse files
committed
[FE] feat: 아이콘 hover시 커서 추가 (#74)
1 parent 113437c commit 96ad675

File tree

2 files changed

+3
-0
lines changed
  • src/frontend/src/components/guild

2 files changed

+3
-0
lines changed

src/frontend/src/components/guild/VoiceChannelActions/styles.ts

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export const VoiceChannelActions = styled.div`
1414
`;
1515

1616
export const Action = styled.div`
17+
cursor: pointer;
18+
1719
display: flex;
1820
align-items: center;
1921
justify-content: center;

src/frontend/src/components/guild/VoiceChannelController/styles.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const ConnectStatusWrapper = styled.div`
3232
justify-content: space-between;
3333
3434
svg {
35+
cursor: pointer;
3536
color: ${({ theme }) => theme.colors.white};
3637
}
3738
`;

0 commit comments

Comments
 (0)