Use accent color for category completion bar

This commit is contained in:
William Brawner 2018-09-01 11:15:13 -05:00
parent 3e7bc1eed4
commit 168a2c19de

View file

@ -13,6 +13,6 @@
{{ getCategoryRemainingBalance(category) | currency }} remaining
</span>
</p>
<mat-progress-bar matLine mode="determinate" #categoryProgress [attr.id]="'cat-' + category.id" value="{{ getCategoryCompletion(category) }}"></mat-progress-bar>
<mat-progress-bar matLine color="accent" mode="determinate" #categoryProgress [attr.id]="'cat-' + category.id" value="{{ getCategoryCompletion(category) }}"></mat-progress-bar>
</a>
</mat-nav-list>