mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Add transparent background image (#323)
- Fixes display of background image in dark mode
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user