Skip to content

Commit

Permalink
fix favourite ui in smaller phone
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkersaurian committed Oct 25, 2021
1 parent 9b5f15b commit a012c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Screens/favorites/favorites.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class _FavoriteScreenState extends State<FavoriteScreen> {
TextStyle(
fontSize: 20, fontWeight: FontWeight.bold))),
Container(
margin: EdgeInsets.only(left: 30),
margin: EdgeInsets.only(left: 20),
width: 30,
height: 30,
child: FloatingActionButton(
Expand Down

0 comments on commit a012c29

Please sign in to comment.