Commit e65d47d4 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Update Gallery primary swatch colors in order to select the intended text color (#10090)

parent a8b553d5
......@@ -23,12 +23,12 @@ final Map<String, WidgetBuilder> _kRoutes = new Map<String, WidgetBuilder>.fromI
final ThemeData _kGalleryLightTheme = new ThemeData(
brightness: Brightness.light,
primarySwatch: Colors.lightBlue,
primarySwatch: Colors.blue,
);
final ThemeData _kGalleryDarkTheme = new ThemeData(
brightness: Brightness.dark,
primarySwatch: Colors.lightBlue,
primarySwatch: Colors.blue,
);
class GalleryApp extends StatefulWidget {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment