Skip to content

Commit 4b610f6

Browse files
committed
Remove custom InputDecorationTheme
1 parent 0a35586 commit 4b610f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/app.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ class MyApp extends ConsumerWidget {
2020
scaffoldBackgroundColor: Colors.grey[200],
2121
dividerColor: Colors.grey[400],
2222
// https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/doc/theming.md
23-
inputDecorationTheme: InputDecorationTheme(
24-
border: OutlineInputBorder(
25-
borderRadius: BorderRadius.circular(8),
26-
),
27-
),
2823
outlinedButtonTheme: OutlinedButtonThemeData(
2924
style: ButtonStyle(
3025
backgroundColor: MaterialStateProperty.all<Color>(Colors.indigo),

0 commit comments

Comments
 (0)