refactor(button): update click handling and aria attributes for better accessibility

This commit is contained in:
2026-07-07 17:04:07 -03:00
parent 7e8a638d01
commit 1af478d65e
2 changed files with 16 additions and 2 deletions

View File

@@ -135,7 +135,6 @@
hostClass="checkout-payment__action-btn"
buttonClass="w-100"
[disabled]="true"
(click)="cancelStep.emit()"
>
Cancelar
</app-button>