Skip to content

Commit

Permalink
fix: inconsistent icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PeronGH committed Jan 10, 2024
1 parent ed31997 commit 9b76eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/share_conversation_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ShareConversationDialog extends StatelessWidget {
child: const Row(
mainAxisSize: MainAxisSize.min,
children: [
Icon(Icons.share_rounded),
Icon(Icons.share_outlined),
SizedBox(width: 8),
Text('Share')
],
Expand Down

0 comments on commit 9b76eab

Please sign in to comment.