Fix cancel button accessibility

This commit is contained in:
Chocobozzz 2024-09-19 10:21:44 +02:00
parent 1bca41366d
commit 2539f579e6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<div class="modal-footer inputs">
<input
type="button" role="button" i18n-value value="Cancel" class="peertube-button d-none d-sm-block"
type="button" role="button" i18n-value value="Cancel" class="peertube-button grey-button d-none d-sm-block"
(click)="hideForgotPasswordModal()" (key.enter)="hideForgotPasswordModal()"
>