fix: bottom sheet color and sort ui imrprovement (#4849)

This commit is contained in:
Richard Shiue
2024-03-08 10:16:03 +08:00
committed by GitHub
parent f9c1cadbe0
commit 574cca0a8b
12 changed files with 58 additions and 28 deletions

View File

@ -150,6 +150,7 @@ void _showEditSortPanelFromToolbar(
showDragHandle: true,
showDivider: false,
useSafeArea: false,
backgroundColor: Theme.of(context).colorScheme.background,
builder: (_) {
return BlocProvider.value(
value: context.read<SortEditorBloc>(),