forked from firka/student-legacy
change font and color
This commit is contained in:
parent
5d250a4c39
commit
f02bacc877
@ -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)),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user