Update colors
This commit is contained in:
parent
a9c178402b
commit
2df0f1221e
|
|
@ -49,8 +49,12 @@ class InvoiceNinjaApp extends StatelessWidget {
|
||||||
store: store,
|
store: store,
|
||||||
child: new MaterialApp(
|
child: new MaterialApp(
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
brightness: Brightness.dark,
|
//brightness: Brightness.dark,
|
||||||
accentColor: Colors.lightBlueAccent,
|
//accentColor: Colors.lightBlueAccent,
|
||||||
|
).copyWith(
|
||||||
|
primaryColor: const Color(0xFF117cc1),
|
||||||
|
primaryColorDark: const Color(0x005090),
|
||||||
|
primaryColorLight: const Color(0x005090),
|
||||||
),
|
),
|
||||||
title: 'Invoice Ninja',
|
title: 'Invoice Ninja',
|
||||||
routes: {
|
routes: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue