mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-02 12:52:18 +00:00
Minor change
This commit is contained in:
parent
753b73905a
commit
7ab9961532
1 changed files with 15 additions and 12 deletions
|
@ -64,7 +64,9 @@ class _TopItemsScreenState extends State<TopItemsScreen> {
|
|||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: searchActive == true
|
||||
? TextFormField(
|
||||
? Padding(
|
||||
padding: const EdgeInsets.only(bottom: 3),
|
||||
child: TextFormField(
|
||||
controller: searchController,
|
||||
onChanged: search,
|
||||
decoration: InputDecoration(
|
||||
|
@ -79,6 +81,7 @@ class _TopItemsScreenState extends State<TopItemsScreen> {
|
|||
fontWeight: FontWeight.normal,
|
||||
fontSize: 18
|
||||
),
|
||||
),
|
||||
)
|
||||
: Text(widget.title),
|
||||
leading: searchActive == true ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue