Skip to content

Commit

Permalink
fix: radio reconnect button padding (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier authored Jul 28, 2024
1 parent 29b53e2 commit 8e95583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/search/view/search_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _SearchPageState extends State<SearchPage> {
actions: [
if (!connectedHost)
const Padding(
padding: EdgeInsets.only(right: 10),
padding: EdgeInsets.only(left: 10),
child: RadioReconnectButton(),
),
Padding(
Expand Down

0 comments on commit 8e95583

Please sign in to comment.