fix(embed): fix post-pr #2863 merge offline banner text color
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user