diff --git a/lib/main.dart b/lib/main.dart index 9725025..d84993f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -7,7 +7,7 @@ class MyApp extends StatelessWidget { Widget build(BuildContext context) { return new MaterialApp( title: "Calculator App", - theme: new ThemeData(primarySwatch: Colors.red), + theme: new ThemeData(primarySwatch: Colors.red,brightness: Brightness.dark), home: new HomePage(), ); }