Fix error background
This commit is contained in:
parent
113c3deaea
commit
277dc700fa
@ -19,13 +19,7 @@ export default function FatalErrorStateModal(props: Props) {
|
|||||||
centered
|
centered
|
||||||
className="modal"
|
className="modal"
|
||||||
>
|
>
|
||||||
<style global jsx>{`
|
<p style={{ fontSize: '1.3rem' }}>{message}</p>
|
||||||
.modal .ant-modal-content,
|
|
||||||
.modal .ant-modal-header {
|
|
||||||
background-color: var(--warning-color);
|
|
||||||
}
|
|
||||||
`}</style>
|
|
||||||
<p>{message}</p>
|
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user