diff --git a/ui/src/components/MQTTColorPublisher.vue b/ui/src/components/MQTTColorPublisher.vue
index 7fb9e22..24529fe 100644
--- a/ui/src/components/MQTTColorPublisher.vue
+++ b/ui/src/components/MQTTColorPublisher.vue
@@ -10,7 +10,10 @@
-
+
+
+ Publier
+
Team Rouge
@@ -20,7 +23,6 @@
Team Jaune
- Publier
@@ -66,10 +68,6 @@ export default {
margin: 20px;
}
.v-btn-style-validate{
- align-items: center;
- justify-content: center;
- width: 100%;
- background-color: #d42828; /* Changez la couleur en fonction de votre thème */
border-top-right-radius: 0%;
border-top-left-radius: 0%;
}
@@ -77,8 +75,9 @@ export default {
text-align: center;
}
.color-picker-style {
- padding-left: 5%;
- padding-bottom: 5%;
+ margin-left: 5%;
+ margin-bottom: 5%;
+ display: flex;
}
.button-container {
text-align: center;
@@ -90,7 +89,7 @@ export default {
.team-button {
width: 140px;
display: block;
- margin: 7% auto 0; /* 5% de marge en bas pour espacer les boutons */
+ margin: 12% auto 0; /* 5% de marge en bas pour espacer les boutons */
background-color: #d42828;
}
\ No newline at end of file
diff --git a/ui/src/components/MQTTDebugConsole.vue b/ui/src/components/MQTTDebugConsole.vue
index 7a162f6..f284d69 100644
--- a/ui/src/components/MQTTDebugConsole.vue
+++ b/ui/src/components/MQTTDebugConsole.vue
@@ -1,5 +1,5 @@
-
+
mdi-console-line
@@ -43,9 +43,11 @@