Skip to content

Commit c400dbe

Browse files
committed
[104] Formatting.
1 parent 5dc0552 commit c400dbe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mdc_100_series/lib/app.dart

+1-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class _ShrineAppState extends State<ShrineApp> {
4343
frontTitle: Text('SHRINE'),
4444
backTitle: Text('MENU'),
4545
),
46-
4746
initialRoute: '/login',
4847
onGenerateRoute: _getRoute,
4948
theme: _kShrineTheme,
@@ -89,9 +88,7 @@ ThemeData _buildShrineTheme() {
8988
buttonTheme: ButtonThemeData(
9089
textTheme: ButtonTextTheme.accent,
9190
),
92-
primaryIconTheme: base.iconTheme.copyWith(
93-
color: kShrineBrown900
94-
),
91+
primaryIconTheme: base.iconTheme.copyWith(color: kShrineBrown900),
9592
inputDecorationTheme: InputDecorationTheme(
9693
border: CutCornersBorder(),
9794
),

0 commit comments

Comments
 (0)