diff --git a/src/components/globals/ButtonClose.vue b/src/components/globals/ButtonClose.vue index 02e6657..be64740 100644 --- a/src/components/globals/ButtonClose.vue +++ b/src/components/globals/ButtonClose.vue @@ -4,10 +4,11 @@ v-bind="$attrs" variant="link" class="btn-close" + aria-label="Fermer" > - - - + + + @@ -41,7 +42,7 @@ export default { path { fill: none; - stroke: lighten($black, 30%); + stroke: lighten($black, 15%); stroke-width: 4px; stroke-linecap: round; }