Skip to content

Commit

Permalink
fix switch theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlecart committed Jun 29, 2024
1 parent df4d9ac commit 0c9f8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/shared/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ function toggleTheme() {
v-on:click="toggleTheme"
class="ml-4"
color="primary"
label="Switch thème"
label="Mode Sombre"
inset
:model-value="theme.global.current.value.dark"
></v-switch>
</template>
</v-navigation-drawer>
Expand Down

0 comments on commit 0c9f8a8

Please sign in to comment.