From 6bed594a0b21b6eb465d85ac5cc9518f0056124c Mon Sep 17 00:00:00 2001 From: DESKTOP-D5ILJ4S\flr_3 Date: Tue, 10 Jul 2018 10:04:42 +0700 Subject: [PATCH] แก้บัค วงสีดำ --- src/app/dashboard/dashboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index 0420466..bc26539 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -22,7 +22,7 @@ export class DashboardComponent implements OnInit { return '#32c5d2'; } - if (days > 8 && days <= 15){ + if (days >= 8 && days <= 15){ return '#f0c332'; } -- libgit2 0.21.2