Skip to content

Commit

Permalink
Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Nov 20, 2024
1 parent 0a22e11 commit 73f4020
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
</div>
</div>
<div class="col-1">
<div class="btn btn-block btn-outline-danger w-100" @click="removeColor(index)">
<div class="btn btn-block btn-outline-danger btn-slimmer w-100" @click="removeColor(index)">
<i class="fas fa-minus"></i>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-2">
<div class="btn btn-block btn-primary btn-lg w-100 mt-0" @click="addColor">
<div class="btn btn-block btn-primary btn-lg btn-slim w-100 mt-0" @click="addColor">
<i class="fas fa-plus"></i>
</div>
</div>
Expand Down

0 comments on commit 73f4020

Please sign in to comment.