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