fix: Image search rendering problem
This commit is contained in:
parent
d7ac0aa605
commit
59648bf2d7
4 changed files with 33 additions and 9 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue