Improve professionalism by removing color

This commit is contained in:
2022-12-08 07:20:46 +00:00
parent cf4b8a0195
commit d1c44cee92
24 changed files with 101 additions and 101 deletions

View File

@@ -13,7 +13,7 @@
hx-get="{{ submit_url }}"
hx-trigger="click"
hx-target="#modals-here"
class="button is-info">
class="button">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-plus"></i>
@@ -30,7 +30,7 @@
hx-target="#modals-here"
hx-swap="innerHTML"
hx-confirm="Are you sure you wish to delete all {{ context_object_name }}?"
class="button is-info">
class="button">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-xmark"></i>