fixed huge mistake in theming
This commit is contained in:
@@ -13,7 +13,8 @@ final lightTheme = _baseTheme.copyWith(
|
|||||||
);
|
);
|
||||||
|
|
||||||
final darkTheme = _baseTheme.copyWith(
|
final darkTheme = _baseTheme.copyWith(
|
||||||
colorScheme: ColorScheme.fromSeed(
|
colorScheme: ColorScheme.fromSeed(
|
||||||
seedColor: Colors.purple.shade100,
|
seedColor: Colors.purple.shade100,
|
||||||
brightness: Brightness.dark,
|
brightness: Brightness.dark,
|
||||||
));
|
),
|
||||||
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user