2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +00:00

Fix conflict

This commit is contained in:
Oliver 2021-09-17 22:42:25 +10:00
parent 1d263eea80
commit a7594287e2

View File

@ -63,7 +63,6 @@ class InvenTreeApp extends StatelessWidget {
builder: OneContext().builder, builder: OneContext().builder,
navigatorKey: OneContext().key, navigatorKey: OneContext().key,
onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle, onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle,
debugShowCheckedModeBanner: false,
theme: ThemeData( theme: ThemeData(
primarySwatch: Colors.lightBlue, primarySwatch: Colors.lightBlue,
secondaryHeaderColor: Colors.blueGrey, secondaryHeaderColor: Colors.blueGrey,