Lijy 4 달 전
부모
커밋
20fa7812ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/utils/commonMethod.js

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/utils/commonMethod.js

@@ -7,7 +7,7 @@ export function getThemeColor() {
   console.log(type, '<=========== 看看')
   const colorType = {
     'default': '#409EFF',
-    'dark': '#FF0000',
+    'dark': '#075985',
   }
   return colorType[type]
 }