chore: add right side padding to find your people search bar
This commit is contained in:
parent
9ec6c49b7e
commit
eb8de8b459
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