update image resolution and search bar cursor color
This commit is contained in:
@@ -31,6 +31,7 @@ class PartSearchDelegate extends SearchDelegate<Carton> {
|
||||
ThemeData appBarTheme(BuildContext context) {
|
||||
final ThemeData theme = Theme.of(context);
|
||||
return theme.copyWith(
|
||||
textSelectionTheme: TextSelectionThemeData(cursorColor: Colors.grey),
|
||||
appBarTheme: AppBarTheme(color: primaryColor),
|
||||
iconButtonTheme: IconButtonThemeData(
|
||||
style: ButtonStyle(
|
||||
|
||||
Reference in New Issue
Block a user