Adjust theme
This commit is contained in:
parent
097099d00d
commit
15775f1421
|
|
@ -44,7 +44,10 @@ class InvoiceNinjaApp extends StatelessWidget {
|
||||||
// Widgets will find and use this value as the `Store`.
|
// Widgets will find and use this value as the `Store`.
|
||||||
store: store,
|
store: store,
|
||||||
child: new MaterialApp(
|
child: new MaterialApp(
|
||||||
theme: new ThemeData.dark(),
|
theme: ThemeData(
|
||||||
|
brightness: Brightness.dark,
|
||||||
|
accentColor: Colors.lightBlueAccent,
|
||||||
|
),
|
||||||
title: 'Invoice Ninja',
|
title: 'Invoice Ninja',
|
||||||
routes: {
|
routes: {
|
||||||
AppRoutes.login: (context) {
|
AppRoutes.login: (context) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue