Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
update modal background color
  • Loading branch information
leg-aman authored Mar 22, 2024
1 parent c407ae6 commit 8111cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@
</button>-->

<!-- Modal -->
<div class="modal fade tm-bg-dark" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-content tm-bg-dark">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">reminder</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<span id="cur_week" class="display-1" text-dark"></span>
<span id="cur_week" class="display-6" text-dark"></span>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
Expand Down

0 comments on commit 8111cca

Please sign in to comment.