Skip to content

Commit

Permalink
fix: caption size for hls stream
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 authored Feb 29, 2024
1 parent c632a60 commit 2c51a3b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ export const HMSVideo = forwardRef(({ children, ...props }, videoRef) => {
position: 'relative',
'& video::cue': {
color: 'white',
// textShadow: '0px 0px 4px #000',
whiteSpace: 'pre-line',
fontSize: '$lg',
fontSize: '$sm',
fontStyle: 'normal',
fontWeight: '$semiBold',
fontWeight: '$regular',
lineHeight: '$sm',
letterSpacing: '0.5px',
letterSpacing: '0.25px',
},
'& video::-webkit-media-text-track-display': {
padding: '0 $4',
Expand Down

0 comments on commit 2c51a3b

Please sign in to comment.