Skip to content

Commit a02fd07

Browse files
Merge branch 'agora-integrationn' of https://github.com/lowcoder-org/lowcoder into agora-integrationn
2 parents c278c6d + 84c9749 commit a02fd07

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
@@ -58,8 +58,7 @@ const Container = styled.div<{ $style: any }>`
5858
display: flex;
5959
align-items: center;
6060
justify-content: center;
61-
${(props) => props.$style && getStyle(props.$style)}
62-
`;
61+
`; // ${(props) => props.$style && getStyle(props.$style)} - they should be applyed to VideoContainer only
6362

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

0 commit comments

Comments
 (0)