Adjust theme

This commit is contained in:
unknown 2018-05-22 02:13:21 -07:00
parent 097099d00d
commit 15775f1421
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,10 @@ class InvoiceNinjaApp extends StatelessWidget {
// Widgets will find and use this value as the `Store`.
store: store,
child: new MaterialApp(
theme: new ThemeData.dark(),
theme: ThemeData(
brightness: Brightness.dark,
accentColor: Colors.lightBlueAccent,
),
title: 'Invoice Ninja',
routes: {
AppRoutes.login: (context) {