chore: add right side padding to find your people search bar

This commit is contained in:
ggurdin 2025-06-06 14:07:03 -04:00
parent 9ec6c49b7e
commit eb8de8b459
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

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,