From ddce937173d9de03e60d587aad76740d2620ce6b Mon Sep 17 00:00:00 2001 From: kmitresse Date: Wed, 1 May 2024 17:32:38 +0200 Subject: [PATCH] feat: devWeb - update button color on modal --- S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp index 93bbd3d..9685de6 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp @@ -91,7 +91,7 @@ @@ -141,7 +141,7 @@ const $tdAction = document.createElement('td'); const $button = document.createElement('button'); - $button.classList.add('button', 'is-success'); + $button.classList.add('button', 'is-primary', 'is-light'); $button.textContent = 'Inviter'; $button.addEventListener('click', () => { const data = {