This commit is contained in:
Zypherift 2024-03-14 01:02:09 +01:00
parent 115c35cec1
commit 1bdb2934f5

View File

@ -103,7 +103,7 @@ class ErrorReportScreen extends StatelessWidget {
), ),
), ),
IconButton( IconButton(
icon: const Icon(FeatherIcons.info, color: Color(0xFF011234),), icon: const Icon(FeatherIcons.info, color: Color(0xFF011234)),
onPressed: () { onPressed: () {
showDialog( showDialog(
context: context, context: context,