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