Merge pull request #2966 from pangeachat/2945-no-right-padding-on-find-your-people-search-bar

chore: add right side padding to find your people search bar
This commit is contained in:
ggurdin 2025-06-06 14:07:33 -04:00 committed by GitHub
commit 4452f798a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,