mirror of
https://github.com/tonytins/bullseye.git
synced 2025-06-25 10:24:44 -04:00
Dark theme
- Enabled Linux building - Tweaked Github actions
This commit is contained in:
parent
62c4fafc23
commit
2ec628352f
2 changed files with 17 additions and 15 deletions
|
@ -37,9 +37,11 @@ class BullsEyeApp extends StatelessWidget {
|
|||
SystemChrome.setPreferredOrientations(
|
||||
[DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight]);
|
||||
return MaterialApp(
|
||||
title: gameTitle,
|
||||
// debugShowCheckedModeBanner: false,
|
||||
home: GamePage());
|
||||
title: gameTitle,
|
||||
// debugShowCheckedModeBanner: false,
|
||||
home: GamePage(), darkTheme: ThemeData(brightness: Brightness.dark),
|
||||
themeMode: ThemeMode.system,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue