design: Use outlined icons
This commit is contained in:
parent
4730edcec2
commit
67614205c9
27 changed files with 112 additions and 101 deletions
|
|
@ -197,7 +197,7 @@ class ChatListItem extends StatelessWidget {
|
|||
},
|
||||
if (typingText.isNotEmpty) ...{
|
||||
Icon(
|
||||
Icons.edit,
|
||||
Icons.edit_outlined,
|
||||
color: Theme.of(context).primaryColor,
|
||||
size: 14,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue