Skip to content

Commit

Permalink
fix: modal close btn
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernanda-Kipper committed Jun 18, 2024
1 parent 3d2de27 commit 04c790a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/components/modal/modal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
class="relative transform overflow-hidden rounded-lg bg-white px-4 pb-4 pt-5 text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-sm sm:p-6"
>
<div class="flex justify-end">
<button (click)="close()" class="font-medium text-base">x</button>
<button
(click)="close()"
class="font-medium text-base text-red-600"
>
fechar
</button>
</div>
<ng-content></ng-content>
</div>
Expand Down

0 comments on commit 04c790a

Please sign in to comment.