mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Fix error background
This commit is contained in:
parent
113c3deaea
commit
277dc700fa
1 changed files with 1 additions and 7 deletions
|
@ -19,13 +19,7 @@ export default function FatalErrorStateModal(props: Props) {
|
|||
centered
|
||||
className="modal"
|
||||
>
|
||||
<style global jsx>{`
|
||||
.modal .ant-modal-content,
|
||||
.modal .ant-modal-header {
|
||||
background-color: var(--warning-color);
|
||||
}
|
||||
`}</style>
|
||||
<p>{message}</p>
|
||||
<p style={{ fontSize: '1.3rem' }}>{message}</p>
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue