diff --git a/ui/src/components/BrainBlastBar.vue b/ui/src/components/BrainBlastBar.vue index 563ca13..272d9a5 100644 --- a/ui/src/components/BrainBlastBar.vue +++ b/ui/src/components/BrainBlastBar.vue @@ -2,26 +2,9 @@ Brain Blast - - diff --git a/ui/src/components/CardScore.vue b/ui/src/components/CardScore.vue index d842106..a1f65b9 100644 --- a/ui/src/components/CardScore.vue +++ b/ui/src/components/CardScore.vue @@ -118,7 +118,7 @@ const GreenRoundScore = ref(variables.GreenRoundScore); .labelTitle-style { font-size: 20px !important; font-weight: 500; - color: #e91e1e !important; + color: #d42828 !important; opacity: 90% !important; } .labelRoundScore-style { diff --git a/ui/src/components/CardTimer.vue b/ui/src/components/CardTimer.vue index fc0cc92..c265ebf 100644 --- a/ui/src/components/CardTimer.vue +++ b/ui/src/components/CardTimer.vue @@ -109,7 +109,7 @@ .labelTime-style { font-size: 30px !important; font-weight: 500; - color: #e91e1e !important; + color: #d42828 !important; opacity: 90% !important; } .buttons{ diff --git a/ui/src/components/MQTTDebugConsole.vue b/ui/src/components/MQTTDebugConsole.vue index cb8d9e2..fa1f871 100644 --- a/ui/src/components/MQTTDebugConsole.vue +++ b/ui/src/components/MQTTDebugConsole.vue @@ -58,6 +58,6 @@ export default { .v-label-timestamp{ opacity: 100%; font-weight: 700; - color: #e91e1e; + color: #d42828; } diff --git a/ui/src/components/MQTTDebugPublish.vue b/ui/src/components/MQTTDebugPublish.vue index d90a11b..9e7db77 100644 --- a/ui/src/components/MQTTDebugPublish.vue +++ b/ui/src/components/MQTTDebugPublish.vue @@ -57,7 +57,7 @@ export default { align-items: center; justify-content: center; width: 100%; - background-color: #e91e1e; /* Changez la couleur en fonction de votre thème */ + background-color: #d42828; /* Changez la couleur en fonction de votre thème */ border-top-right-radius: 0%; border-top-left-radius: 0%; } diff --git a/ui/src/plugins/vuetify.js b/ui/src/plugins/vuetify.js index 3865279..fabbca8 100644 --- a/ui/src/plugins/vuetify.js +++ b/ui/src/plugins/vuetify.js @@ -15,7 +15,7 @@ const CustomThemeDark = { dark: true, colors: { background: '#121212', - primary: '#e91e1e', + primary: '#d42828', secondary: '#F44336', accent: '#FFC107', error: '#e91e1e', @@ -32,7 +32,7 @@ const CustomThemeLight = { dark: false, colors: { background: '#ffffff', - primary: '#e91e1e', + primary: '#d42828', secondary: '#F44336', accent: '#FFC107', error: '#e91e1e', diff --git a/ui/src/views/GameControl.vue b/ui/src/views/GameControl.vue index 46e1421..33510e8 100644 --- a/ui/src/views/GameControl.vue +++ b/ui/src/views/GameControl.vue @@ -29,14 +29,14 @@ import CardSoundboard from '@/components/CardSoundboard.vue'; diff --git a/ui/src/views/MQTTDebugView.vue b/ui/src/views/MQTTDebugView.vue index 3cb798a..e5db1b3 100644 --- a/ui/src/views/MQTTDebugView.vue +++ b/ui/src/views/MQTTDebugView.vue @@ -23,14 +23,14 @@ export default { diff --git a/ui/src/views/SettingsView.vue b/ui/src/views/SettingsView.vue index 62a1d42..891e8bd 100644 --- a/ui/src/views/SettingsView.vue +++ b/ui/src/views/SettingsView.vue @@ -13,7 +13,10 @@ Affichage - +
+ +
+ MQTT @@ -70,7 +73,7 @@ } if (localStorage.getItem('ErrorPlay')) { ErrorPlay.value = localStorage.getItem('ErrorPlay') === 'true'; // Added a default value for this switch - } + } }); watch(EmbeddedSound, (EmbeddedSoundNewValue) => {