Ran prettier

This commit is contained in:
James McKenzie 2021-04-28 16:20:34 +12:00
parent 0e8b97e363
commit f705127ce6
3 changed files with 3 additions and 7 deletions

View File

@ -42,7 +42,7 @@ html {
padding: 5px; padding: 5px;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.panel{ .panel {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: nowrap; flex-wrap: nowrap;
@ -95,17 +95,14 @@ html {
} }
.modal-main button:last-of-type { .modal-main button:last-of-type {
margin: auto; margin: auto;
display: block; display: block;
background-color: darkRed; background-color: darkRed;
color: #CCC color: #ccc;
} }
.modal-main button { .modal-main button {
display: block; display: block;
text-align: center; text-align: center;

View File

@ -1,4 +1,3 @@
type ModalProps = { type ModalProps = {
handleClose: () => void; handleClose: () => void;
show: boolean; show: boolean;