diff --git a/lib/ui/podcast/podcast_details.dart b/lib/ui/podcast/podcast_details.dart index 5bd6803e..6359b927 100644 --- a/lib/ui/podcast/podcast_details.dart +++ b/lib/ui/podcast/podcast_details.dart @@ -709,6 +709,7 @@ class FollowButton extends StatelessWidget { child: subscribed ? OutlinedButton.icon( style: OutlinedButton.styleFrom( + padding: const EdgeInsets.fromLTRB(10.0, 4.0, 10.0, 4.0), shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(8.0)), ), icon: const Icon( @@ -753,6 +754,7 @@ class FollowButton extends StatelessWidget { ) : OutlinedButton.icon( style: OutlinedButton.styleFrom( + padding: const EdgeInsets.fromLTRB(10.0, 4.0, 10.0, 4.0), shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(8.0)), ), icon: const Icon(