mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-12 19:26:19 +00:00
Add transparent background image (#323)
- Fixes display of background image in dark mode
This commit is contained in:
parent
612db9f194
commit
347692bf70
4 changed files with 6 additions and 2 deletions
BIN
assets/image/logo_transparent.png
Normal file
BIN
assets/image/logo_transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -324,7 +324,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> 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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue