We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc85028 commit 2927920Copy full SHA for 2927920
lib/src/widget/asset_picker.dart
@@ -421,7 +421,7 @@ class AssetPicker extends StatelessWidget {
421
child: Container(
422
width: Screens.width,
423
height: maxHeight,
424
- decoration: BoxDecoration(color: theme.primaryColor),
+ decoration: BoxDecoration(color: theme.colorScheme.background),
425
child: Selector<AssetPickerProvider,
426
Map<AssetPathEntity, Uint8List>>(
427
selector: (BuildContext _, AssetPickerProvider provider) =>
0 commit comments