Use button role names instead of color shades

This commit is contained in:
jeremystretch
2021-07-20 21:21:03 -04:00
parent 347ea4ca98
commit ebe7779f40
13 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
<div class="d-flex flex-shrink-1 m-1">
<a href="{{ add_url }}" type="button" class="btn btn-sm btn-green-500">
<a href="{{ add_url }}" type="button" class="btn btn-sm btn-success">
<i class="mdi mdi-plus-thick"></i>
&nbsp;Add
</a>