update search border

This commit is contained in:
tzw
2021-09-13 10:17:04 +06:30
parent cf27fd59f7
commit db736ffb26
4 changed files with 4 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ class PackageSearchDelegate extends SearchDelegate<Package> {
final ThemeData theme = Theme.of(context);
return theme.copyWith(
inputDecorationTheme: InputDecorationTheme(
border: InputBorder.none,
hintStyle: TextStyle(
color: theme.primaryTextTheme.caption!.color, fontSize: 14)),
textTheme: theme.textTheme.copyWith(