Skip to content

Commit 84c9749

Browse files
author
FalkWolsky
committed
fixed styling for VideoStream Component
1 parent c78a54c commit 84c9749

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/packages/lowcoder/src/comps/comps/meetingComp/videoMeetingStreamComp.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ const Container = styled.div<{ $style: any }>`
6363
display: flex;
6464
align-items: center;
6565
justify-content: center;
66-
${(props) => props.$style && getStyle(props.$style)}
67-
`;
66+
`; // ${(props) => props.$style && getStyle(props.$style)} - they should be applyed to VideoContainer only
6867

6968
const VideoContainer = styled.video<{ $style: any }>`
7069
height: 100%;

0 commit comments

Comments
 (0)