diff --git a/lib/main.dart b/lib/main.dart index d4a32998c..62a0bfc9c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -293,10 +293,6 @@ class AppState extends State with SingleTickerProviderStateMixin { locale: Locale(settingsStore.languageCode), onGenerateRoute: (settings) => Router.createRoute(settings), initialRoute: initialRoute, - //Adding this to override the app theme in this alert that - // upgrader shows. The app theme converts the color to white - // so the text is not visible, this overrides that - // while still keeping everything else intact home: _Home(), )); });