Fix error background

This commit is contained in:
Gabe Kangas 2022-08-30 11:40:37 -07:00
parent 113c3deaea
commit 277dc700fa
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -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>
);
}