fix(embed): fix post-pr #2863 merge offline banner text color

This commit is contained in:
Gabe Kangas
2023-04-26 15:39:53 -07:00
parent 350dac4ecb
commit d2afeef0e4
3 changed files with 21 additions and 20 deletions

View File

@@ -210,7 +210,7 @@ export const Content: FC = () => {
lastLive={lastDisconnectTime}
onNotifyClick={() => setShowNotifyModal(true)}
onFollowClick={() => setShowFollowModal(true)}
className={styles.topSectionElement}
className={classnames([styles.topSectionElement, styles.offlineBanner])}
/>
</div>
)}