Skip to content

Commit

Permalink
fix: added background
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed Mar 5, 2024
1 parent a0a7ec0 commit 2098134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const HMSVideo = forwardRef(({ children, ...props }, videoRef) => {
css={{
size: '100%',
position: 'relative',
background: '$background_dim',
justifyContent: 'center',
'@md': {
height: 'auto',
Expand Down
1 change: 0 additions & 1 deletion packages/roomkit-react/src/Prebuilt/layouts/HLSView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ const HLSView = () => {
css={{
size: '100%',
margin: '0 auto',
backgroundColor: 'inherit',
'@md': {
height: 'auto',
},
Expand Down

0 comments on commit 2098134

Please sign in to comment.