diff --git a/src/components/HLSPlayer.tsx b/src/components/HLSPlayer.tsx index c092d19..1461acb 100644 --- a/src/components/HLSPlayer.tsx +++ b/src/components/HLSPlayer.tsx @@ -1,6 +1,7 @@ import { useEffect, useRef, useState } from "react" import Hls from "hls.js" import { css } from "@emotion/react" +import { theme } from "utils/theme" export function HLSPlayer(props: { source: string }) { const ref = useRef(null) @@ -89,11 +90,11 @@ export function HLSPlayer(props: { source: string }) {