fix(embed): change text color of offline banner. Closes #2953
This commit is contained in:
@@ -229,7 +229,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