fix: Restore consistency with the app

This commit is contained in:
validcube 2024-07-30 01:30:33 +07:00
parent ced37f7c76
commit ea9654edec
No known key found for this signature in database
GPG key ID: DBA94253E1D3F267

View file

@ -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(