change font and color

This commit is contained in:
Zypherift 2024-03-14 00:58:40 +01:00
parent 5d250a4c39
commit f02bacc877

View File

@ -64,7 +64,7 @@ class ErrorReportScreen extends StatelessWidget {
fontSize: 16.0, fontSize: 16.0,
fontWeight: FontWeight.w500, fontWeight: FontWeight.w500,
fontFamily: 'Geist', fontFamily: 'Geist',
fontStyle: FontStyle.italic, fontStyle: FontStyle.normal,
), ),
), ),
const Spacer(), const Spacer(),
@ -94,7 +94,8 @@ class ErrorReportScreen extends StatelessWidget {
details.exceptionAsString(), details.exceptionAsString(),
style: const TextStyle( style: const TextStyle(
fontFamily: 'GeistMono', fontFamily: 'GeistMono',
fontWeight: FontWeight.w500), fontWeight: FontWeight.w500,
color: Color(0xFF011234)),
), ),
), ),
), ),