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:
commit
4452f798a2
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue