Ran prettier
This commit is contained in:
parent
0e8b97e363
commit
f705127ce6
@ -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;
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
type ModalProps = {
|
||||
handleClose: () => void;
|
||||
show: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user