chore: Follow up select icon

This commit is contained in:
krille-chan 2023-12-28 18:56:33 +01:00
parent 08ca53a46d
commit fb98e3cf22
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ class MessagePopupMenuButton extends StatelessWidget {
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
const Icon(Icons.check_box_outlined),
const Icon(Icons.check_circle_outlined),
const SizedBox(width: 16),
Text(L10n.of(context)!.select),
],