From eb8de8b459e5b2afed1b4ebc737af4a49ab649c9 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Fri, 6 Jun 2025 14:07:03 -0400 Subject: [PATCH] chore: add right side padding to find your people search bar --- lib/pangea/find_your_people/find_your_people_view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pangea/find_your_people/find_your_people_view.dart b/lib/pangea/find_your_people/find_your_people_view.dart index 47fa19774..03ed03547 100644 --- a/lib/pangea/find_your_people/find_your_people_view.dart +++ b/lib/pangea/find_your_people/find_your_people_view.dart @@ -126,7 +126,8 @@ class FindYourPeopleView extends StatelessWidget { : BorderSide.none, borderRadius: BorderRadius.circular(100), ), - contentPadding: EdgeInsets.zero, + contentPadding: + const EdgeInsets.fromLTRB(0, 0, 20.0, 0), hintText: L10n.of(context).findYourPeople, hintStyle: TextStyle( color: theme.colorScheme.onPrimaryContainer,