From d1c968af55c36c2f33fc5c985a7d447f26b9e28a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 28 Jan 2026 19:50:04 -0600 Subject: [PATCH] Bump size slightly --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index 6c30310321..6e43ab83f8 100644 --- a/app.config.js +++ b/app.config.js @@ -323,11 +323,11 @@ module.exports = function (_config) { android: { backgroundColor: '#A8CCFF', // primary_200 image: './assets/splash/android-splash-logo-white.png', - imageWidth: 100, + imageWidth: 105, dark: { backgroundColor: '#00398A', // primary_800 image: './assets/splash/android-splash-logo-white.png', - imageWidth: 100, + imageWidth: 105, }, }, },