Merge pull request #2812 from kush-bavishi/temp-ExpiredToggle-3

Color change for Show Expired button
This commit is contained in:
Hossein Shafagh 2019-06-21 11:43:17 -07:00 committed by GitHub
commit e1d8bb83ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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