diff --git a/packages/app/src/scenes/widgets/pages/VoiceChatWidget/components/VoiceChatPanel/VoiceChatPanel.styled.ts b/packages/app/src/scenes/widgets/pages/VoiceChatWidget/components/VoiceChatPanel/VoiceChatPanel.styled.ts index b0e09d503..0c92902b0 100644 --- a/packages/app/src/scenes/widgets/pages/VoiceChatWidget/components/VoiceChatPanel/VoiceChatPanel.styled.ts +++ b/packages/app/src/scenes/widgets/pages/VoiceChatWidget/components/VoiceChatPanel/VoiceChatPanel.styled.ts @@ -40,7 +40,7 @@ export const EnterLeaveButton = styled.button` export const VoiceActions = styled.div` display: flex; - height: 55px; + height: 48px; width: 100%; align-items: center; justify-content: center;