diff --git a/lib/view/browse.dart b/lib/view/browse.dart index e46e45e..cc02a35 100644 --- a/lib/view/browse.dart +++ b/lib/view/browse.dart @@ -759,6 +759,10 @@ class _BrowseViewState extends State { MaterialStateProperty.all( Colors.black, ), + foregroundColor: + MaterialStateProperty.all( + Colors.white, + ), ), child: Text( 'Run metadata assistant', @@ -841,6 +845,10 @@ class _BrowseViewState extends State { MaterialStateProperty.all( Colors.black, ), + foregroundColor: + MaterialStateProperty.all( + Colors.white, + ), ), child: Text( 'Add to your SkyFS', @@ -910,6 +918,10 @@ class _BrowseViewState extends State { MaterialStateProperty.all( Colors.black, ), + foregroundColor: + MaterialStateProperty.all( + Colors.white, + ), ), child: Text( 'Show share link', @@ -948,6 +960,10 @@ class _BrowseViewState extends State { MaterialStateProperty.all( Colors.black, ), + foregroundColor: + MaterialStateProperty.all( + Colors.white, + ), ), child: Text( 'Show share link', diff --git a/lib/view/sidebar.dart b/lib/view/sidebar.dart index c003eb9..369568b 100644 --- a/lib/view/sidebar.dart +++ b/lib/view/sidebar.dart @@ -524,6 +524,9 @@ MimeType=x-scheme-handler/vup; backgroundColor: MaterialStateProperty.all( Colors.black, ), + foregroundColor: MaterialStateProperty.all( + Colors.white, + ), ), child: Text( 'Choose a portal', @@ -803,6 +806,9 @@ MimeType=x-scheme-handler/vup; backgroundColor: MaterialStateProperty.all( Colors.black, ), + foregroundColor: MaterialStateProperty.all( + Colors.white, + ), ), onPressed: () async { showLoadingDialog( @@ -856,6 +862,9 @@ MimeType=x-scheme-handler/vup; backgroundColor: MaterialStateProperty.all( Colors.black, ), + foregroundColor: MaterialStateProperty.all( + Colors.white, + ), ), onPressed: () async { showLoadingDialog( @@ -904,6 +913,9 @@ MimeType=x-scheme-handler/vup; backgroundColor: MaterialStateProperty.all( Colors.black, ), + foregroundColor: MaterialStateProperty.all( + Colors.white, + ), ), onPressed: () async { showLoadingDialog(