We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43aa3a9 commit 647d941Copy full SHA for 647d941
mdc_100_series/lib/app.dart
@@ -43,7 +43,6 @@ class _ShrineAppState extends State<ShrineApp> {
43
frontTitle: Text('SHRINE'),
44
backTitle: Text('MENU'),
45
),
46
-
47
initialRoute: '/login',
48
onGenerateRoute: _getRoute,
49
theme: _kShrineTheme,
@@ -89,9 +88,7 @@ ThemeData _buildShrineTheme() {
89
88
buttonTheme: ButtonThemeData(
90
textTheme: ButtonTextTheme.accent,
91
92
- primaryIconTheme: base.iconTheme.copyWith(
93
- color: kShrineBrown900
94
- ),
+ primaryIconTheme: base.iconTheme.copyWith(color: kShrineBrown900),
95
inputDecorationTheme: InputDecorationTheme(
96
border: CutCornersBorder(),
97
0 commit comments