diff --git a/flutter_custom_tabs_android/example/lib/main.dart b/flutter_custom_tabs_android/example/lib/main.dart index f78c8ec..ec0686e 100644 --- a/flutter_custom_tabs_android/example/lib/main.dart +++ b/flutter_custom_tabs_android/example/lib/main.dart @@ -75,7 +75,7 @@ Future _launchURL(BuildContext context) async { customTabsOptions: CustomTabsOptions( colorSchemes: CustomTabsColorSchemes.defaults( toolbarColor: theme.colorScheme.surface, - navigationBarColor: theme.colorScheme.background, + navigationBarColor: theme.colorScheme.surface, ), shareState: CustomTabsShareState.on, urlBarHidingEnabled: true, @@ -99,7 +99,7 @@ Future _launchURLInDefaultBrowser(BuildContext context) async { customTabsOptions: CustomTabsOptions( colorSchemes: CustomTabsColorSchemes.defaults( toolbarColor: theme.colorScheme.surface, - navigationBarColor: theme.colorScheme.background, + navigationBarColor: theme.colorScheme.surface, ), urlBarHidingEnabled: true, showTitle: true, @@ -145,7 +145,7 @@ Future _launchDeepLinkURL(BuildContext context) async { customTabsOptions: CustomTabsOptions( colorSchemes: CustomTabsColorSchemes.defaults( toolbarColor: theme.colorScheme.surface, - navigationBarColor: theme.colorScheme.background, + navigationBarColor: theme.colorScheme.surface, ), shareState: CustomTabsShareState.on, urlBarHidingEnabled: true,