From 45735144eeef51345d10b61ff4bbf427e7da0bb0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 30 Jan 2026 14:45:43 +0200 Subject: [PATCH] adjust splash size (#9797) --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index c2eab958ea..83fe9d7e86 100644 --- a/app.config.js +++ b/app.config.js @@ -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, }, }, },