Skip to content

Commit

Permalink
Changed share icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alim-zanibekov committed Mar 4, 2022
1 parent f7dbf71 commit f4fd0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/app/post/post-controls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class _AppPostControlsState extends State<AppPostControls> {
borderRadius: BorderRadius.circular(30),
child: Padding(
padding: const EdgeInsets.all(5),
child: Icon(Icons.share, size: 22),
child: Icon(Icons.share_outlined, size: 22),
),
),
)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactor
description: JoyReactor client.
version: 0.7.6
version: 0.7.6+2

environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down

0 comments on commit f4fd0f4

Please sign in to comment.