From 710da9c4013176e9deb4e3d9ba2c7b923388c536 Mon Sep 17 00:00:00 2001 From: Dmitry Yudakov Date: Mon, 13 Feb 2023 17:40:49 +0200 Subject: [PATCH] style(voice-chat): slightly shrink bottom actions to look better next to text-chat --- .../components/VoiceChatPanel/VoiceChatPanel.styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;