Bluesky app fork with some witchin' additions 💫

Update android splash colors (#9821)

authored by

Eric Bailey and committed by
GitHub
965b17ff 546201c9

+4 -4
+4 -4
app.config.js
··· 313 313 { 314 314 ios: { 315 315 enableFullScreenImage_legacy: true, // iOS only 316 - backgroundColor: '#A8CCFF', // primary_200 316 + backgroundColor: '#006AFF', // primary_500 317 317 image: './assets/splash/splash.png', 318 318 resizeMode: 'cover', 319 319 dark: { 320 320 enableFullScreenImage_legacy: true, // iOS only 321 - backgroundColor: '#00398A', // primary_800 321 + backgroundColor: '#002861', // primary_900 322 322 image: './assets/splash/splash-dark.png', 323 323 resizeMode: 'cover', 324 324 }, 325 325 }, 326 326 android: { 327 - backgroundColor: '#A8CCFF', // primary_200 327 + backgroundColor: '#006AFF', // primary_500 328 328 image: './assets/splash/android-splash-logo-white.png', 329 329 imageWidth: 102, // even division of 306px 330 330 dark: { 331 - backgroundColor: '#00398A', // primary_800 331 + backgroundColor: '#002861', // primary_900 332 332 image: './assets/splash/android-splash-logo-white.png', 333 333 imageWidth: 102, 334 334 },