Skip to content

Commit

Permalink
fix: added background as surface dim
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed Mar 5, 2024
1 parent b1914ce commit a0a7ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/roomkit-react/src/Prebuilt/layouts/HLSView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ const HLSView = () => {
filter: 'blur(40px)',
position: 'absolute',
size: '100%',
background: '$background_dim',
background: '$surface_dim',
}}
/>
{hlsViewRef.current && (isMobile || isLandscape) && (
Expand All @@ -442,6 +442,7 @@ const HLSView = () => {
css={{
size: '100%',
margin: '0 auto',
backgroundColor: 'inherit',
'@md': {
height: 'auto',
},
Expand Down

0 comments on commit a0a7ec0

Please sign in to comment.