Skip to content

Commit ea9654e

Browse files
committed
fix: Restore consistency with the app
1 parent ced37f7 commit ea9654e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ui/widgets/appInfoView/app_info_viewmodel.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ class AppInfoViewModel extends BaseViewModel {
147147
context: context,
148148
builder: (context) => AlertDialog(
149149
title: Text(t.appInfoView.removeAppDialogTitle),
150-
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
151150
content: Text(t.appInfoView.removeAppDialogText),
152151
actions: <Widget>[
153152
TextButton(

0 commit comments

Comments
 (0)