design: Use outlined icons

This commit is contained in:
Christian Pauly 2020-12-06 10:31:35 +01:00
commit 67614205c9
27 changed files with 112 additions and 101 deletions

View file

@ -261,7 +261,7 @@ class _MetaRow extends StatelessWidget {
Padding(
padding: const EdgeInsets.only(left: 2.0),
child: Icon(
Icons.edit,
Icons.edit_outlined,
size: 12,
color: color,
),