chore: Follow up select icon

pull/757/head
krille-chan 1 year ago
parent 08ca53a46d
commit fb98e3cf22
No known key found for this signature in database

@ -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),
],

Loading…
Cancel
Save