From 6c0bcca1d5f4c72d128e8ae0298e2e896d2b2e30 Mon Sep 17 00:00:00 2001 From: Alex Stevenson-Price Date: Sat, 21 Jun 2025 10:52:26 +0100 Subject: fix(mobile): tweaks to mobile app icon padding + added iOS tinted variant (#1620) * Added more padding to mobile app icon * Added iOS tinted app icon variant --- apps/mobile/app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/mobile/app.json') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index c8a9ade9..6b02683b 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -5,7 +5,10 @@ "scheme": "karakeep", "version": "1.7.0", "orientation": "portrait", - "icon": "./assets/icon.png", + "icon": { + "light": "./assets/icon.png", + "tinted": "./assets/icon-tinted.png" + }, "userInterfaceStyle": "automatic", "assetBundlePatterns": ["**/*"], "ios": { -- cgit v1.2.3-70-g09d2