diff --git a/packages/roomkit-react/src/Prebuilt/components/HMSVideo/HMSVideo.jsx b/packages/roomkit-react/src/Prebuilt/components/HMSVideo/HMSVideo.jsx index ee420f0832..8674fbf545 100644 --- a/packages/roomkit-react/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +++ b/packages/roomkit-react/src/Prebuilt/components/HMSVideo/HMSVideo.jsx @@ -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',