From 41d4ed4a2acdf3b90ce51d06790c3a35fd0486bc Mon Sep 17 00:00:00 2001 From: Yandrik Date: Tue, 5 Nov 2024 22:59:06 +0100 Subject: [PATCH] feat: improved icons --- android/app/src/main/res/values/colors.xml | 2 +- flutter_launcher_icons.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index beab31f..e0a26f1 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -1,4 +1,4 @@ - #000000 + #161616 \ No newline at end of file diff --git a/flutter_launcher_icons.yaml b/flutter_launcher_icons.yaml index 75de869..b3f34ee 100644 --- a/flutter_launcher_icons.yaml +++ b/flutter_launcher_icons.yaml @@ -3,7 +3,7 @@ flutter_launcher_icons: image_path: "assets/icons/otui-viewer-icon.png" android: true - adaptive_icon_background: "#000000" + adaptive_icon_background: "#161616" adaptive_icon_foreground: "assets/icons/otui-viewer-icon.png" min_sdk_android: 21 # android min sdk min:16, default 21