forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 22:06:16 -06:00
parent 1555d078c5
commit 4fbd278f0c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="modal-content mx-auto max-w-2xl bg-gray-100 rounded-md shadow-lg">
<div class="modal-header">
<h5 class="font-bold text-xl text-black font-heading leading-normal">Give Award</h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<button type="button" class="close text-gray-700 hover:text-gray-900" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>
</div>