mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
fix: redacted icon color
This commit is contained in:
parent
01a05b3a9d
commit
d60709b72c
@ -52,7 +52,7 @@ class MessageContent extends StatelessWidget {
|
|||||||
timeline.cancelSubscriptions();
|
timeline.cancelSubscriptions();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
await KeyVerificationDialog(request: req).show(context);
|
await KeyVerificationDialog(request: req).show(context);
|
||||||
} else {
|
} else {
|
||||||
final success = await SimpleDialogs(context).tryRequestWithLoadingDialog(
|
final success = await SimpleDialogs(context).tryRequestWithLoadingDialog(
|
||||||
event.requestKey(),
|
event.requestKey(),
|
||||||
@ -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)),
|
||||||
|
Loading…
Reference in New Issue
Block a user