chore: Minor design improvements
This commit is contained in:
parent
0cad974df0
commit
5481ffac9b
3 changed files with 3 additions and 18 deletions
|
|
@ -59,7 +59,7 @@ class _DefaultAppBarSearchFieldState extends State<DefaultAppBarSearchField> {
|
|||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
height: 40,
|
||||
padding: EdgeInsets.only(right: 16),
|
||||
padding: EdgeInsets.only(right: 12),
|
||||
child: Material(
|
||||
color: Theme.of(context).secondaryHeaderColor,
|
||||
borderRadius: BorderRadius.circular(32),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue