Bluesky app fork with some witchin' additions 💫

adjust splash size (#9797)

authored by samuel.fm and committed by

GitHub 45735144 4b86444b

+2 -2
+2 -2
app.config.js
··· 325 325 android: { 326 326 backgroundColor: '#A8CCFF', // primary_200 327 327 image: './assets/splash/android-splash-logo-white.png', 328 - imageWidth: 105, 328 + imageWidth: 102, // even division of 306px 329 329 dark: { 330 330 backgroundColor: '#00398A', // primary_800 331 331 image: './assets/splash/android-splash-logo-white.png', 332 - imageWidth: 105, 332 + imageWidth: 102, 333 333 }, 334 334 }, 335 335 },