2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 04:30:56 +00:00

Remove btn-default

This commit is contained in:
Oliver
2021-10-28 19:57:17 +11:00
parent b1cdcdf0b8
commit 2778ff55da
34 changed files with 77 additions and 68 deletions

View File

@ -102,7 +102,7 @@
</div>
</div>
<div class='modal-footer'>
<button type='button' class='btn btn-default' data-bs-dismiss='modal'>{% trans "Close" %}</button>
<button type='button' class='btn btn-outline-secondary' data-bs-dismiss='modal'>{% trans "Close" %}</button>
</div>
</div>
</div>