diff --git a/src/pages/StreamPanel.tsx b/src/pages/StreamPanel.tsx index 9fb876a..fe7cdda 100644 --- a/src/pages/StreamPanel.tsx +++ b/src/pages/StreamPanel.tsx @@ -1,5 +1,6 @@ import * as React from "react"; import { LiveRegion } from "../components/LiveRegion"; +import "../styles/print.css"; export type StreamStatus = | "connected" @@ -35,15 +36,17 @@ function formatLabel(status: StreamStatus): string { export function StreamPanel({ status, label }: StreamPanelProps) { return ( -
-