Increase icon placeholder opacity (#490)

This commit is contained in:
Imran Remtulla
2023-04-28 22:22:55 -04:00
parent 28a996441c
commit 09c71e4e9f

View File

@@ -364,7 +364,7 @@ class AppsPageState extends State<AppsPage> {
child: Image(
image: const AssetImage(
'assets/graphics/icon_small.png'),
color: Colors.white.withOpacity(0.1),
color: Colors.white.withOpacity(0.3),
colorBlendMode: BlendMode.modulate,
gaplessPlayback: true,
),