Use accent color for category completion bar
This commit is contained in:
parent
3e7bc1eed4
commit
168a2c19de
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
||||||
{{ getCategoryRemainingBalance(category) | currency }} remaining
|
{{ getCategoryRemainingBalance(category) | currency }} remaining
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</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>
|
</a>
|
||||||
</mat-nav-list>
|
</mat-nav-list>
|
||||||
|
|
Loading…
Reference in a new issue