Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed May 21, 2024
1 parent 52d7612 commit 993456a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/res/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ const primaryColorsList = [
];

ThemeData themeFrom(Color primaryColor, Brightness brightness) {
final scheme = _colorSchemeFromColor(primaryColorsList[3], brightness);
print(scheme.surface.value.toRadixString(16));
final scheme = _colorSchemeFromColor(primaryColor, brightness);
final theme = ThemeData(
useMaterial3: true,
brightness: scheme.brightness,
Expand Down
3 changes: 1 addition & 2 deletions screenshots/generate_screenshots.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,9 @@ extension on WidgetTester {
}
}

extension WidgetTesterExposurePairsListActions on WidgetTester {
extension on WidgetTester {
Future<void> scrollToExposurePair({
double ev = mockPhotoEv100,
StopType stopType = StopType.third,
EquipmentProfile equipmentProfile = defaultEquipmentProfile,
required ExposurePair exposurePair,
}) async {
Expand Down

0 comments on commit 993456a

Please sign in to comment.