chore: Follow up select icon
This commit is contained in:
parent
08ca53a46d
commit
fb98e3cf22
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class MessagePopupMenuButton extends StatelessWidget {
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
const Icon(Icons.check_box_outlined),
|
const Icon(Icons.check_circle_outlined),
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
Text(L10n.of(context)!.select),
|
Text(L10n.of(context)!.select),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue