feat: more styling

This commit is contained in:
Smigz 2023-11-22 00:12:19 -05:00
parent 068639b1fc
commit b4cc28cb40
2 changed files with 17 additions and 6 deletions

View file

@ -98,6 +98,8 @@ submitButton.addEventListener('click', event => {
addBookToLibrary(newBook);
displayBooks(myLibrary);
event.preventDefault();
dialog.close();
});
addBookButton.addEventListener('click', () => {