fix: overlay status

This commit is contained in:
Kieran 2023-12-05 11:13:51 +00:00
parent 7c321c70a0
commit 8cbc7f0633
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -124,7 +124,7 @@ export function LiveVideoPlayer(props: VideoPlayerProps) {
</div>
<div className="absolute flex gap-1 bottom-0 w-full bg-[rgba(0,0,0,0.5)]" onClick={e => e.stopPropagation()}>
<div className="grow">
<StatePill state={StreamState.Live} />
<StatePill state={props.status as StreamState} />
</div>
<div className="flex gap-1 items-center">
<Icon name="volume" />