From 5cec5a363d270979b953f28602661f891b4cc22b Mon Sep 17 00:00:00 2001 From: zuomeng wang Date: Fri, 12 Aug 2022 20:25:43 +0800 Subject: [PATCH] fix: update default status color (#227) --- .../editor-block/templates/get-started-group1.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/datasource/db-service/src/services/editor-block/templates/get-started-group1.json b/libs/datasource/db-service/src/services/editor-block/templates/get-started-group1.json index 96c967a08e..b98c0e2fcb 100644 --- a/libs/datasource/db-service/src/services/editor-block/templates/get-started-group1.json +++ b/libs/datasource/db-service/src/services/editor-block/templates/get-started-group1.json @@ -11,8 +11,8 @@ { "id": "wusZ8Qht8rsmFD1s", "name": "No Started", - "color": "#05683D", - "background": "#C5FBE0", + "color": "#AF1212", + "background": "#FFCECE", "iconName": "status" }, { @@ -25,8 +25,8 @@ { "id": "u0ZgY0sRCnqMkxzn", "name": "Complete", - "color": "#AF1212", - "background": "#FFCECE", + "color": "#05683D", + "background": "#C5FBE0", "iconName": "status" } ]