fix: use bg color for mobile url bottom sheet (#4944)

This commit is contained in:
Richard Shiue 2024-03-20 17:24:09 +08:00 committed by GitHub
parent 7a9cb03c8e
commit b2fb631500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class MobileGridURLCellSkin extends IEditableURLCellSkin {
showMobileBottomSheet(
context,
showDragHandle: true,
backgroundColor: Theme.of(context).colorScheme.background,
builder: (context) => BlocProvider.value(
value: bloc,
child: MobileURLEditor(

View File

@ -28,6 +28,7 @@ class MobileRowDetailURLCellSkin extends IEditableURLCellSkin {
onTap: () => showMobileBottomSheet(
context,
showDragHandle: true,
backgroundColor: Theme.of(context).colorScheme.background,
builder: (_) {
return BlocProvider.value(
value: bloc,