Color change for Show Expired button

This commit is contained in:
Kush Bavishi 2019-06-21 11:32:16 -07:00
parent b564f97a47
commit 960064d5c6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
btn-checkbox-false="0">Filter</button>
</div>
<div class="btn-group">
<button ng-click="showExpired()" class="btn btn-default">
<button ng-click="showExpired()" class="btn btn-info">
{{ expiredButton }}
</button>
</div>