fix upgrade

This commit is contained in:
2024-06-19 23:44:45 +02:00
parent 1f185316a9
commit 05eba7cba2
4 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ mixin ShowErrorDialog<T extends StatefulWidget> on State<T> {
ElevatedButton(
child: Text("OK"),
style: ElevatedButton.styleFrom(
primary: Colors.red,
padding: EdgeInsets.symmetric(horizontal: 50, vertical: 20),
textStyle:
TextStyle(fontSize: 15, fontWeight: FontWeight.normal)),