diff --git a/desktop_photo_search/material/lib/main.dart b/desktop_photo_search/material/lib/main.dart index 0b4c3c009..ba0932be5 100644 --- a/desktop_photo_search/material/lib/main.dart +++ b/desktop_photo_search/material/lib/main.dart @@ -63,7 +63,8 @@ class UnsplashSearchApp extends StatelessWidget { return MaterialApp( title: 'Photo Search', theme: ThemeData( - primarySwatch: Colors.orange, + colorSchemeSeed: Colors.orange, + useMaterial3: true, ), home: const UnsplashHomePage(title: 'Photo Search'), );