chore: Adjust search bar design
This commit is contained in:
parent
35f7aa56e9
commit
ec74524234
1 changed files with 2 additions and 1 deletions
|
|
@ -41,8 +41,9 @@ class ChatListHeader extends StatelessWidget implements PreferredSizeWidget {
|
|||
textInputAction: TextInputAction.search,
|
||||
onChanged: controller.onSearchEnter,
|
||||
decoration: InputDecoration(
|
||||
border: const UnderlineInputBorder(
|
||||
border: UnderlineInputBorder(
|
||||
borderSide: BorderSide.none,
|
||||
borderRadius: BorderRadius.circular(90),
|
||||
),
|
||||
hintText: controller.activeSpacesEntry.getName(context),
|
||||
prefixIcon: controller.isSearchMode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue