Skip to content

Commit 2927920

Browse files
committed
🎨 Sync path entity list widget's color with color scheme.
1 parent dc85028 commit 2927920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widget/asset_picker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class AssetPicker extends StatelessWidget {
421421
child: Container(
422422
width: Screens.width,
423423
height: maxHeight,
424-
decoration: BoxDecoration(color: theme.primaryColor),
424+
decoration: BoxDecoration(color: theme.colorScheme.background),
425425
child: Selector<AssetPickerProvider,
426426
Map<AssetPathEntity, Uint8List>>(
427427
selector: (BuildContext _, AssetPickerProvider provider) =>

0 commit comments

Comments
 (0)