Commit 368b5030c65c3e87e56b604c1d723b3ebae798e1

Authored by trainee
1 parent 959adaeb
Exists in master

no message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/dashboard/dashboard.component.html
... ... @@ -8,7 +8,7 @@
8 8 [ngStyle] = "{'background-color': getColorDay(item.days.toFixed(0))}">
9 9 <!-- <div [ngStyle]="{'background-color':item.days === '366.0098' ? 'green' : 'red' }"></<div> -->
10 10 <!-- <div class="avater">{{(item.days).toFixed(0)}} D</div> -->
11   - <div class="avater" [ngStyle]="{'background-color': getColorDay(item.days.toFixed(0))}" style="font-size: 25px; text-align: center; font-weight: bold;" >{{item.days.toFixed(0)}}D</div>
  11 + <div class="avater" [ngStyle]="{'background-color': getColorDay(item.days.toFixed(0))}" style="font-size: 26px; text-align: center; font-weight: bold;" >{{item.days.toFixed(0)}}D</div>
12 12 <div class="visual">
13 13 <i class="fa fa-comments"></i>
14 14 </div>
... ...