diff --git a/lib/theme.dart b/lib/theme.dart index 0d29213..59929b4 100644 --- a/lib/theme.dart +++ b/lib/theme.dart @@ -13,7 +13,8 @@ final lightTheme = _baseTheme.copyWith( ); final darkTheme = _baseTheme.copyWith( - colorScheme: ColorScheme.fromSeed( - seedColor: Colors.purple.shade100, - brightness: Brightness.dark, -)); + colorScheme: ColorScheme.fromSeed( + seedColor: Colors.purple.shade100, + brightness: Brightness.dark, + ), +);