refactor(bootstrapper): UI redesign
This commit is contained in:
@@ -52,9 +52,15 @@ void main() async {
|
||||
completer.future.then((_) {
|
||||
talker.info("Bootstrapper completed, launching app");
|
||||
});
|
||||
|
||||
var ourTheme = commonTheme.copyWith(
|
||||
scaffoldBackgroundColor: Colors.white,
|
||||
colorScheme: ColorScheme.dark(surface: Colors.blueGrey),
|
||||
);
|
||||
|
||||
runApp(
|
||||
MaterialApp(
|
||||
theme: ThemeData.dark(useMaterial3: true),
|
||||
theme: ourTheme,
|
||||
home: ProviderScope(
|
||||
child: Bootstrapper(
|
||||
stages: [SimpleStage(), SimpleStage2()],
|
||||
|
||||
Reference in New Issue
Block a user