fix: Image search rendering problem

This commit is contained in:
krille-chan 2025-02-05 17:35:24 +01:00
commit 59648bf2d7
No known key found for this signature in database
4 changed files with 33 additions and 9 deletions

View file

@ -59,7 +59,7 @@ class ChatSearchView extends StatelessWidget {
enabled: controller.tabController.index == 0,
decoration: InputDecoration(
hintText: L10n.of(context).search,
suffixIcon: const Icon(Icons.search_outlined),
prefixIcon: const Icon(Icons.search_outlined),
filled: true,
fillColor: theme.colorScheme.secondaryContainer,
border: OutlineInputBorder(