diff --git a/assets/image/logo_transparent.png b/assets/image/logo_transparent.png new file mode 100644 index 00000000..f5045cf0 Binary files /dev/null and b/assets/image/logo_transparent.png differ diff --git a/assets/release_notes.md b/assets/release_notes.md index f35de388..b9220c59 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,6 +1,9 @@ -## InvenTree App Release Notes +### 0.11.5 - April 2023 --- +- Fix background image transparency for dark mode + + ### 0.11.4 - April 2023 --- diff --git a/lib/widget/home.dart b/lib/widget/home.dart index 30c3db8f..bd5701c1 100644 --- a/lib/widget/home.dart +++ b/lib/widget/home.dart @@ -324,7 +324,7 @@ class _InvenTreeHomePageState extends State with BaseWidgetPr child: Column( children: [ Image.asset( - "assets/image/icon.png", + "assets/image/logo_transparent.png", color: Colors.white.withOpacity(0.2), colorBlendMode: BlendMode.modulate, scale: 0.5, diff --git a/pubspec.yaml b/pubspec.yaml index 811d2937..e5415a73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -64,6 +64,7 @@ flutter: assets: - assets/image/icon.png + - assets/image/logo_transparent.png - assets/release_notes.md - assets/credits.md - assets/sounds/barcode_scan.mp3