WIP: Bearbeiten und Löschen von Matches #171
@@ -40,10 +40,17 @@ class GameTracker extends StatelessWidget {
|
|||||||
primaryColor: CustomTheme.primaryColor,
|
primaryColor: CustomTheme.primaryColor,
|
||||||
scaffoldBackgroundColor: CustomTheme.backgroundColor,
|
scaffoldBackgroundColor: CustomTheme.backgroundColor,
|
||||||
appBarTheme: CustomTheme.appBarTheme,
|
appBarTheme: CustomTheme.appBarTheme,
|
||||||
colorScheme: ColorScheme.fromSeed(
|
colorScheme: const ColorScheme(
|
||||||
seedColor: CustomTheme.primaryColor,
|
|
||||||
brightness: Brightness.dark,
|
brightness: Brightness.dark,
|
||||||
).copyWith(surface: CustomTheme.backgroundColor),
|
primary: CustomTheme.primaryColor,
|
||||||
|
onPrimary: CustomTheme.textColor,
|
||||||
|
secondary: CustomTheme.textColor,
|
||||||
|
onSecondary: Color(0xFF000000),
|
||||||
|
error: Color(0xFFFF0000),
|
||||||
|
onError: CustomTheme.textColor,
|
||||||
|
surface: CustomTheme.backgroundColor,
|
||||||
|
onSurface: CustomTheme.textColor,
|
||||||
|
),
|
||||||
pageTransitionsTheme: const PageTransitionsTheme(
|
pageTransitionsTheme: const PageTransitionsTheme(
|
||||||
builders: {
|
builders: {
|
||||||
TargetPlatform.iOS: CupertinoPageTransitionsBuilder(),
|
TargetPlatform.iOS: CupertinoPageTransitionsBuilder(),
|
||||||
|
|||||||
Reference in New Issue
Block a user