Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
iamEtornam committed Feb 7, 2020
1 parent 7d73eed commit 8647696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MyApp extends StatelessWidget {
child: MaterialApp(
title: 'Deliver',
theme: ThemeData(
brightness: Brightness.light,
brightness: Brightness.dark,
fontFamily: GoogleFonts.lato().fontFamily,
primarySwatch: Colors.indigo,
appBarTheme: AppBarTheme(color: Colors.indigo,elevation: Platform.isIOS ? 0 : 4)),
Expand Down

0 comments on commit 8647696

Please sign in to comment.