Remove collection header background

* Change to transparent
This commit is contained in:
Jared Bell 2023-01-04 21:33:39 -07:00
parent 1eae15a1a8
commit 008a09ac05

View File

@ -64,7 +64,7 @@ class _CollectionScreenState extends State<CollectionScreen> with GetItStateMixi
children: [
Expanded(
child: Column(crossAxisAlignment: CrossAxisAlignment.stretch, children: [
AppHeader(title: $strings.collectionTitleCollection),
AppHeader(title: $strings.collectionTitleCollection, isTransparent: true),
_NewlyDiscoveredItemsBtn(count: discovered, onPressed: _scrollToTarget),
Flexible(
child: _CollectionList(