Skip to content

Commit

Permalink
[Presentation] Minor ui change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Sep 4, 2022
1 parent 8ea1a69 commit ee7b19b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ class _MaterialItem extends StatelessWidget {
Widget build(BuildContext context) {
const double size = 23;
if (image.isEmpty) {
return const Icon(Icons.question_mark_outlined, size: size);
return const Icon(Icons.question_mark_outlined, size: size, color: Colors.white);
}

return FadeInImage(
Expand Down

0 comments on commit ee7b19b

Please sign in to comment.