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

@ -95,17 +95,14 @@ html {
}
.modal-main button:last-of-type {
margin: auto;
display: block;
background-color: darkRed;
color: #CCC
color: #ccc;
}
.modal-main button {
display: block;
text-align: center;

View File

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