From 54cd2af6dc05e214e0656a99af6f54b1f883d27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 29 Jan 2026 19:05:24 +0100 Subject: [PATCH] chore: Adjust search field design --- lib/pages/chat_list/space_view.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/pages/chat_list/space_view.dart b/lib/pages/chat_list/space_view.dart index 16058eb74..0295069a0 100644 --- a/lib/pages/chat_list/space_view.dart +++ b/lib/pages/chat_list/space_view.dart @@ -520,6 +520,11 @@ class _SpaceViewState extends State { textInputAction: TextInputAction.search, decoration: InputDecoration( filled: true, + fillColor: theme.colorScheme.secondaryContainer, + border: OutlineInputBorder( + borderSide: BorderSide.none, + borderRadius: BorderRadius.circular(99), + ), contentPadding: EdgeInsets.zero, hintText: L10n.of(context).search, hintStyle: TextStyle(