We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a35586 commit 4b610f6Copy full SHA for 4b610f6
lib/src/app.dart
@@ -20,11 +20,6 @@ class MyApp extends ConsumerWidget {
20
scaffoldBackgroundColor: Colors.grey[200],
21
dividerColor: Colors.grey[400],
22
// 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
28
outlinedButtonTheme: OutlinedButtonThemeData(
29
style: ButtonStyle(
30
backgroundColor: MaterialStateProperty.all<Color>(Colors.indigo),
0 commit comments