Page Install. Reset styles for headline to theme defaults.

This commit is contained in:
grummbeer 2023-06-05 17:29:45 +02:00
parent a6f27e0c82
commit ae9c0df818

View File

@ -106,16 +106,10 @@ class _InstallPageBodyState extends State<_InstallPageBody>
backgroundColor: null, backgroundColor: null,
body: SingleChildScrollView( body: SingleChildScrollView(
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Row( Text(translate('Installation'),
children: [ style: Theme.of(context).textTheme.headlineMedium),
Text(
translate('Installation'),
style: TextStyle(
fontSize: 2 * em, fontWeight: FontWeight.w500),
),
],
),
Row( Row(
children: [ children: [
Text('${translate('Installation Path')}:') Text('${translate('Installation Path')}:')