Commit 6bed594a0b21b6eb465d85ac5cc9518f0056124c

Authored by trainee
1 parent bdd086cc
Exists in master

แก้บัค วงสีดำ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/dashboard/dashboard.component.ts
... ... @@ -22,7 +22,7 @@ export class DashboardComponent implements OnInit {
22 22 return '#32c5d2';
23 23 }
24 24  
25   - if (days > 8 && days <= 15){
  25 + if (days >= 8 && days <= 15){
26 26 return '#f0c332';
27 27 }
28 28  
... ...