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 ced37f7 commit ea9654eCopy full SHA for ea9654e
lib/ui/widgets/appInfoView/app_info_viewmodel.dart
@@ -147,7 +147,6 @@ class AppInfoViewModel extends BaseViewModel {
147
context: context,
148
builder: (context) => AlertDialog(
149
title: Text(t.appInfoView.removeAppDialogTitle),
150
- backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
151
content: Text(t.appInfoView.removeAppDialogText),
152
actions: <Widget>[
153
TextButton(
0 commit comments