adjust size of thanks modal

This commit is contained in:
Eric Rosenbaum 2021-05-19 22:44:43 -04:00
parent a621449153
commit 5acff71cf7
2 changed files with 3 additions and 2 deletions

View file

@ -46,12 +46,13 @@ const StudioReportModal = ({
isOpen
className="studio-report-modal"
onRequestClose={handleClose}
useStandardSizes
>
<ModalTitle
className="studio-report-title"
/>
<div
className="studio-report-thanks"
className="studio-report-thanks-content"
>
<img
src="/svgs/studio/report-thanks.svg"

View file

@ -92,7 +92,7 @@
justify-content: flex-end;
}
.studio-report-thanks {
.studio-report-thanks-content {
display: flex;
}