chore: Nicer message info dialog

This commit is contained in:
Krille Fear 2021-11-22 19:27:40 +01:00
commit f6e9940981
2 changed files with 16 additions and 9 deletions

View file

@ -83,7 +83,10 @@ class ChatView extends StatelessWidget {
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
const Icon(Icons.report_outlined),
const Icon(
Icons.shield_outlined,
color: Colors.red,
),
const SizedBox(width: 12),
Text(L10n.of(context).reportMessage),
],