2
0
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:
Oliver
2023-04-19 20:54:52 +10:00
committed by GitHub
parent 612db9f194
commit 347692bf70
4 changed files with 6 additions and 2 deletions

View File

@ -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,