Merge branch '438-parcours-designer-comme-adresse-du-parcours-to-be-green' into 'master'

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

Closes #438

See merge request Chill-Projet/chill-bundles!958
This commit is contained in:
2026-02-12 08:50:00 +00:00
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

@@ -27,7 +27,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>