small ui improvements

This commit is contained in:
Fabian Freund
2025-06-25 12:39:16 +02:00
parent 44441684e7
commit 290546c6ed
2 changed files with 9 additions and 2 deletions
@@ -113,7 +113,7 @@ class _TabSheetHeader extends HookConsumerWidget {
// enableIMEPersonalizedLearning: !incognitoEnabled,
decoration: InputDecoration(
// border: InputBorder.none,
prefixIcon: const Icon(MdiIcons.tabSearch),
prefixIcon: const Icon(MdiIcons.tabSearch, size: 18),
hintText: 'Search inside tabs...',
floatingLabelBehavior: FloatingLabelBehavior.always,
suffixIcon: Row(