Skip to content

Commit

Permalink
Merge branch 'example'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed May 28, 2024
2 parents ba6e86c + 6373e57 commit fea438a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion example/lib/advanced/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class _AdvancedAppState extends State<AdvancedApp> {
theme: theme.copyWith(
colorScheme: theme.colorScheme.copyWith(secondary:Colors.black),
brightness: Brightness.light,
bottomAppBarColor: Colors.amberAccent,
hintColor: Colors.black12,
primaryTextTheme: Theme.of(context).primaryTextTheme.apply(
bodyColor: Colors.black,
Expand Down
2 changes: 1 addition & 1 deletion example/lib/advanced/geofence_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class _GeofenceViewState extends State<GeofenceView> {
color: Colors.black),
title: const Text('Add Geofence'),
foregroundColor: Colors.black,
backgroundColor: Theme.of(context).bottomAppBarColor,
backgroundColor: Colors.amberAccent,
iconTheme: IconThemeData(color: Colors.black),
actions: [
MaterialButton(child: Text('Add'), onPressed: _onClickAdd)
Expand Down
2 changes: 1 addition & 1 deletion example/lib/advanced/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class _SettingsViewState extends State<SettingsView> {
icon: Icon(Icons.close),
color: Colors.black),
title: const Text('Settings'),
backgroundColor: Theme.of(context).bottomAppBarColor,
backgroundColor: Colors.amberAccent,
iconTheme: IconThemeData(color: Colors.black),
actions: [
new PopupMenuButton(
Expand Down

0 comments on commit fea438a

Please sign in to comment.