diff --git a/lib/src/widgets/camera_picker.dart b/lib/src/widgets/camera_picker.dart index 158dbce..f6bcbed 100644 --- a/lib/src/widgets/camera_picker.dart +++ b/lib/src/widgets/camera_picker.dart @@ -92,14 +92,12 @@ class CameraPicker extends StatefulWidget { primaryContainer: Colors.grey[900], secondary: themeColor, secondaryContainer: themeColor, - background: Colors.grey[900]!, surface: Colors.grey[900]!, brightness: Brightness.dark, error: const Color(0xffcf6679), onPrimary: Colors.black, onSecondary: Colors.black, onSurface: Colors.white, - onBackground: Colors.white, onError: Colors.black, ), );