diff --git a/views/index.ejs b/views/index.ejs index ee37dee788f51bfb0b7f5ca125fecb24e04b8627..f4081719fcad14f2883a20ed7986b64c7fd2a9e6 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -23,7 +23,7 @@ <a href="/products/edit/<%= product.id %>">Edit</a> <form action="/products/delete/<%= product.id %>" method="POST" style="display: inline;"> - <button type="submit" onclick="return confirm('Are you sure you want to delete this product?')"> + <button type="submit" onclick="return confirm('Are you sure you want to delete this product?')" style="margin: 0; padding: 0.5rem 1rem; background-color: red;"> Delete </button> </form>