Skip to content

Commit

Permalink
fix: play button design in hls mweb
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 authored Sep 22, 2023
1 parent 1ac01df commit 98c808a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/roomkit-react/src/Prebuilt/layouts/HLSView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,10 @@ const HLSView = () => {
top: '40%',
left: '50%',
transform: 'translateY(-40%) translateX(-50%)',
padding: '$4 $14',
padding: '$8 14px $8 18px',
display: 'inline-flex',
r: '$0',
r: '50%',
gap: '$1',
bg: '$primary_default',
}}
>
Expand Down

0 comments on commit 98c808a

Please sign in to comment.