diff --git a/front/volume/public/global.css b/front/volume/public/global.css index d7f5bb0..f856a8d 100644 --- a/front/volume/public/global.css +++ b/front/volume/public/global.css @@ -64,7 +64,7 @@ button { } button:disabled { - color: #6c757d; + color: #aab3bb; cursor: not-allowed; } diff --git a/front/volume/src/components/Pong/GameCreation.svelte b/front/volume/src/components/Pong/GameCreation.svelte index 13c7600..4b7d9c0 100644 --- a/front/volume/src/components/Pong/GameCreation.svelte +++ b/front/volume/src/components/Pong/GameCreation.svelte @@ -33,7 +33,7 @@