We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78a54c commit 84c9749Copy full SHA for 84c9749
client/packages/lowcoder/src/comps/comps/meetingComp/videoMeetingStreamComp.tsx
@@ -63,8 +63,7 @@ const Container = styled.div<{ $style: any }>`
63
display: flex;
64
align-items: center;
65
justify-content: center;
66
- ${(props) => props.$style && getStyle(props.$style)}
67
-`;
+`; // ${(props) => props.$style && getStyle(props.$style)} - they should be applyed to VideoContainer only
68
69
const VideoContainer = styled.video<{ $style: any }>`
70
height: 100%;
0 commit comments