fix: redacted icon color

This commit is contained in:
Christian Pauly 2020-11-23 07:51:54 +01:00
parent 01a05b3a9d
commit d60709b72c

View File

@ -159,7 +159,7 @@ class MessageContent extends StatelessWidget {
return Row( return Row(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: [ children: [
Icon(Icons.delete_forever_outlined), Icon(Icons.delete_forever_outlined, color: textColor),
SizedBox(width: 4), SizedBox(width: 4),
Text( Text(
event.getLocalizedBody(MatrixLocals(L10n.of(context)), event.getLocalizedBody(MatrixLocals(L10n.of(context)),