MCSI-7 refactor: update theme configuration in MinecraftServerInstaller
This commit is contained in:
parent
a11e454541
commit
5e52284f53
@ -36,7 +36,12 @@ class MinecraftServerInstaller extends StatelessWidget {
|
||||
|
||||
return MaterialApp(
|
||||
title: 'Minecraft Server Installer',
|
||||
theme: ThemeData.light().copyWith(colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue.shade900)),
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(
|
||||
brightness: Brightness.light,
|
||||
seedColor: Colors.blue.shade900,
|
||||
),
|
||||
),
|
||||
home: MultiBlocProvider(
|
||||
providers: [
|
||||
BlocProvider(
|
||||
|
Loading…
x
Reference in New Issue
Block a user