Resolve "Parcours - "Désigner comme adresse du parcours" to be green"

This commit is contained in:
Boris Waaub
2026-02-12 08:50:00 +00:00
committed by Boris Waaub
parent a0eb63fce5
commit 6e2110938c
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
kind: Fixed
body: Change wrong color of submit button "Désigner comme adresse du parcours"
time: 2026-02-10T14:17:31.926008236+01:00
custom:
Issue: "438"
SchemaChange: No schema change

View File

@@ -25,7 +25,7 @@
<p>{{ $t("courselocation.sure_description") }}</p>
</template>
<template #footer>
<button class="btn btn-danger" @click="assignAddress">
<button class="btn btn-submit" @click="assignAddress">
{{ $t("courselocation.ok") }}
</button>
</template>