Skip to content

Commit

Permalink
Change light theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Nguyen committed Jul 13, 2020
1 parent 70f331a commit 2995759
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ class MyApp extends StatelessWidget {
canvasColor: Colors.black,
),
theme: ThemeData(
appBarTheme: AppBarTheme(
color: Colors.transparent,
elevation: 0,
),
primaryColor: Colors.white,
primarySwatch: Colors.purple,
visualDensity: VisualDensity.adaptivePlatformDensity,
),
Expand Down

0 comments on commit 2995759

Please sign in to comment.