From 1757e16dea164c7953b6713841cb708712f43133 Mon Sep 17 00:00:00 2001 From: Kima Date: Fri, 22 Mar 2024 21:07:41 +0100 Subject: [PATCH] error screen fix --- refilc_mobile_ui/lib/screens/error_report_screen.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/refilc_mobile_ui/lib/screens/error_report_screen.dart b/refilc_mobile_ui/lib/screens/error_report_screen.dart index c2e6623..0901be7 100644 --- a/refilc_mobile_ui/lib/screens/error_report_screen.dart +++ b/refilc_mobile_ui/lib/screens/error_report_screen.dart @@ -23,7 +23,7 @@ class ErrorReportScreen extends StatelessWidget { padding: const EdgeInsets.all(12.0), child: Column( children: [ - const Spacer(), + const SizedBox(height: 30), Image.asset('assets/icons/ic_rounded.png', height: 40), const SizedBox(height: 16), Padding( @@ -94,8 +94,8 @@ class ErrorReportScreen extends StatelessWidget { ), ), IconButton( - icon: - const Icon(FeatherIcons.info, color: Color(0xFF011234)), + icon: Icon(FeatherIcons.info, + color: Theme.of(context).colorScheme.primary), onPressed: () { showDialog( context: context,