mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue