This commit is contained in:
Christian Pauly
2020-04-08 12:39:49 +02:00
parent 10f6d8d652
commit 4852fd42ad
2 changed files with 1 additions and 4 deletions

View File

@ -220,7 +220,7 @@ class _MetaRow extends StatelessWidget {
Icon(
event.statusIcon,
size: 12,
color: invisible ? Colors.transparent : color,
color: color,
),
],
);