瀏覽代碼

fix: fix splash background color

Weihua Lu 4 年之前
父節點
當前提交
4abc1192b3
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      android/app/src/main/assets/capacitor.config.json
  2. 1 1
      capacitor.config.ts

+ 1 - 1
android/app/src/main/assets/capacitor.config.json

@@ -9,7 +9,7 @@
 			"launchAutoHide": false,
 			"androidScaleType": "CENTER_CROP",
 			"splashImmersive": true,
-			"backgroundColor": "#00405b"
+			"backgroundColor": "#002b36"
 		}
 	}
 }

+ 1 - 1
capacitor.config.ts

@@ -11,7 +11,7 @@ const config: CapacitorConfig = {
             launchAutoHide: false,
             androidScaleType: "CENTER_CROP",
             splashImmersive: true,
-            backgroundColor: "#00405b"
+            backgroundColor: "#002b36"
         },
     }
     // do not commit this into source control