Skip to content

Commit

Permalink
feat: fix button outline
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed May 26, 2024
1 parent bd37a4f commit bf63bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h1 class="font-esthetic mt-0 mb-3" style="font-size: 3rem;">Love Gift</h1>
<p class="card-text" style="font-size: 0.9rem;">a.n Lorem ipsum dolor</p>

<!-- Ubah juga data-copy sesuai dengan no rekening -->
<button class="btn btn-light btn-sm rounded-3" data-copy="123456789" onclick="util.copy(this, 'Tersalin')" autofocus>Salin No. Rekening</button>
<button class="btn btn-outline-dark btn-sm rounded-3" data-copy="123456789" onclick="util.copy(this, 'Tersalin')" autofocus>Salin No. Rekening</button>
</div>

<div class="col-5 card-body border rounded-4 shadow p-3 m-3" data-aos="fade-down" data-aos-duration="1500">
Expand All @@ -447,7 +447,7 @@ <h1 class="font-esthetic mt-0 mb-3" style="font-size: 3rem;">Love Gift</h1>
<p class="card-text" style="font-size: 0.9rem;">a.n Lorem ipsum dolor</p>

<!-- Ubah juga data-copy sesuai dengan no rekening -->
<button class="btn btn-light btn-sm rounded-3" data-copy="123456789" onclick="util.copy(this, 'Tersalin')" autofocus>Salin No. Rekening</button>
<button class="btn btn-outline-dark btn-sm rounded-3" data-copy="123456789" onclick="util.copy(this, 'Tersalin')" autofocus>Salin No. Rekening</button>
</div>
</div>
</div>
Expand Down

0 comments on commit bf63bc4

Please sign in to comment.