Skip to content

Commit

Permalink
bulk add: change icon color of the expanded tile about collections
Browse files Browse the repository at this point in the history
  • Loading branch information
resucutie committed Nov 2, 2024
1 parent aa5f8c9 commit 7cc4aad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/views/image_manager/general_collection_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ class _GeneralCollectionManagerScreenState extends State<GeneralCollectionManage
if(widget.saveCollectionToggle != null) ExpansionTile(
title: Text("Collections"),
subtitle: Text("Create a collection with all images"),
leading: Icon(Icons.photo_library),
leading: Icon(Icons.photo_library, color: Theme.of(context).colorScheme.onSurfaceVariant),
initiallyExpanded: true,
shape: RoundedRectangleBorder(side: BorderSide.none),
collapsedShape: RoundedRectangleBorder(side: BorderSide.none),

children: [
SwitchListTile(
title: const Text("Create a collection and put all images inside"),
Expand Down

0 comments on commit 7cc4aad

Please sign in to comment.