Skip to content

Commit

Permalink
🔥 Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jun 20, 2024
1 parent fae9820 commit 31c7f01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/widgets/camera_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
);
Expand Down

0 comments on commit 31c7f01

Please sign in to comment.