diff --git a/lib/ui/collections_gallery_widget.dart b/lib/ui/collections_gallery_widget.dart index f81d1d737..2ccdccbdb 100644 --- a/lib/ui/collections_gallery_widget.dart +++ b/lib/ui/collections_gallery_widget.dart @@ -279,7 +279,7 @@ class SectionTitle extends StatelessWidget { title, style: TextStyle( fontWeight: FontWeight.bold, - color: Theme.of(context).primaryColorLight, + color: Theme.of(context).buttonColor.withOpacity(0.8), fontSize: 20, letterSpacing: 1, ),