Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amugofjava committed Oct 17, 2024
2 parents e3d4458 + c8ff4c5 commit c8d195e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ui/podcast/podcast_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit c8d195e

Please sign in to comment.