From d9c99089b4e52b1ab97472827d4f5de5322bdaa2 Mon Sep 17 00:00:00 2001
From: ppouchet <pierre.pouchet@etu.ec-lyon.fr>
Date: Wed, 26 Mar 2025 22:04:17 +0100
Subject: [PATCH] =?UTF-8?q?d=C3=A9tail=20design?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Motus/Main.qml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Motus/Main.qml b/Motus/Main.qml
index d08bb24..e5a1619 100644
--- a/Motus/Main.qml
+++ b/Motus/Main.qml
@@ -398,7 +398,7 @@ Window {
                 y: -107
                 width: 270
                 height: 340
-                color: "#7a7a7a"
+                color: "#323232"
                 radius: 10
                 border.color: "#ffffff"
                 border.width: 5
@@ -419,7 +419,7 @@ Window {
                     LangageButton {
                         id: langageButton
                         x: 33
-                        y: 32
+                        y: 31
                         _textText: "Français"
 
                         MouseArea {
@@ -439,7 +439,7 @@ Window {
                     LangageButton {
                         id: langageButton1
                         x: 33
-                        y: 160
+                        y: 152
                         _textText: "English"
 
                         MouseArea {
-- 
GitLab