From c8ff4c574bb5d59afc04fb01dbde6260b06ca9de Mon Sep 17 00:00:00 2001
From: Ben Hills <ben.hills@amugofjava.me.uk>
Date: Sat, 12 Oct 2024 10:13:45 +0100
Subject: [PATCH] Reduce padding of follow/unfollow button to give more rooms
 to the other buttons.

---
 lib/ui/podcast/podcast_details.dart | 2 ++
 1 file changed, 2 insertions(+)

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(