Skip to content

Commit

Permalink
Merge pull request #208 from abes-esr/test
Browse files Browse the repository at this point in the history
HOT-FIX bouton contraste
  • Loading branch information
theo-chmbn authored Apr 10, 2024
2 parents db75360 + dc90251 commit c7bd422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/HeaderCustom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<v-switch :label='$t("access.police")' v-model="opendys" inset></v-switch>
<v-switch :label='$t("access.justification")' v-model="justification" inset></v-switch>
<v-switch :label='$t("access.interligne")' v-model="interlignes" inset></v-switch>
<!--<v-switch :label='$t("access.contrast")' v-model="changeContrast" inset></v-switch>-->
<v-switch :label='$t("access.contrast")' v-model="changeContrast" inset></v-switch>
</v-card-text>
<v-card-actions>
<v-btn color="primary" block @click="dialog = false">{{ $t("access.fermer") }}</v-btn>
Expand Down

0 comments on commit c7bd422

Please sign in to comment.