diff --git a/refilc_mobile_ui/lib/screens/error_report_screen.dart b/refilc_mobile_ui/lib/screens/error_report_screen.dart index 7758c10..774e5c9 100644 --- a/refilc_mobile_ui/lib/screens/error_report_screen.dart +++ b/refilc_mobile_ui/lib/screens/error_report_screen.dart @@ -6,6 +6,9 @@ import 'package:flutter/material.dart'; import 'package:flutter_feather_icons/flutter_feather_icons.dart'; import 'error_report_screen.i18n.dart'; + +//TODO: make this screen follow the users colors? kima what do you think + class ErrorReportScreen extends StatelessWidget { final FlutterErrorDetails details;