fix(embed): change text color of offline banner. Closes #2953

This commit is contained in:
Gabe Kangas
2023-04-26 09:40:17 -07:00
parent 9674333e62
commit bb9cc28596
4 changed files with 18 additions and 10 deletions

View File

@@ -47,7 +47,12 @@ export default function VideoEmbed() {
const loadingState = <Skeleton active style={{ padding: '10px' }} paragraph={{ rows: 10 }} />;
const offlineState = (
<OfflineBanner streamName={name} customText={offlineMessage} notificationsEnabled={false} />
<OfflineBanner
streamName={name}
customText={offlineMessage}
lastLive={lastDisconnectTime}
notificationsEnabled={false}
/>
);
const onlineState = (