Skip to content

Commit

Permalink
fix: Restore consistency with the app
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Jul 29, 2024
1 parent ced37f7 commit ea9654e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/widgets/appInfoView/app_info_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ class AppInfoViewModel extends BaseViewModel {
context: context,
builder: (context) => AlertDialog(
title: Text(t.appInfoView.removeAppDialogTitle),
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
content: Text(t.appInfoView.removeAppDialogText),
actions: <Widget>[
TextButton(
Expand Down

0 comments on commit ea9654e

Please sign in to comment.