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,
body: SingleChildScrollView(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(
children: [
Text(
translate('Installation'),
style: TextStyle(
fontSize: 2 * em, fontWeight: FontWeight.w500),
),
],
),
Text(translate('Installation'),
style: Theme.of(context).textTheme.headlineMedium),
Row(
children: [
Text('${translate('Installation Path')}:')