adjust splash size (#9797)

This commit is contained in:
Samuel Newman
2026-01-30 14:45:43 +02:00
committed by GitHub
parent 4b86444bd8
commit 45735144ee
+2 -2
View File
@@ -325,11 +325,11 @@ module.exports = function (_config) {
android: {
backgroundColor: '#A8CCFF', // primary_200
image: './assets/splash/android-splash-logo-white.png',
imageWidth: 105,
imageWidth: 102, // even division of 306px
dark: {
backgroundColor: '#00398A', // primary_800
image: './assets/splash/android-splash-logo-white.png',
imageWidth: 105,
imageWidth: 102,
},
},
},