diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 1fc9c92..6a8272f 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -22,7 +22,9 @@ "Bash(node -p \"JSON.stringify\\(require\\('./app.json'\\).expo.plugins, null, 2\\)\")", "PowerShell(Get-ChildItem -Path \"$env:USERPROFILE\\\\pit-stop-release.keystore\" -ErrorAction SilentlyContinue | Select-Object FullName, Length, LastWriteTime)", "Bash(gh run *)", - "PowerShell(gh run list --workflow=android-release.yml --limit 3 2>&1)" + "PowerShell(gh run list --workflow=android-release.yml --limit 3 2>&1)", + "Bash(xxd)", + "Read(//d//**)" ] } } diff --git a/app.json b/app.json index e60e22a..c833344 100644 --- a/app.json +++ b/app.json @@ -25,7 +25,7 @@ [ "expo-splash-screen", { - "backgroundColor": "#F3A261", + "backgroundColor": "#FFDB86", "android": { "image": "./assets/images/splash-icon.png", "imageWidth": 76 diff --git a/assets/images/splash-icon.png b/assets/images/splash-icon.png index 6b1642a..3bf0386 100644 Binary files a/assets/images/splash-icon.png and b/assets/images/splash-icon.png differ