Skip to content

Commit

Permalink
make confirm button a danger button
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Sep 4, 2024
1 parent cb110d2 commit 96f52db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion confiture-web-app/src/components/audit/DeleteFileModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ const confirm = isImage.value
class="fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left"
>
<li>
<button class="fr-btn" @click="$emit('confirm')">
<button
class="fr-btn danger-button"
@click="$emit('confirm')"
>
{{ confirm }}
</button>
</li>
Expand Down

0 comments on commit 96f52db

Please sign in to comment.