mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
Page Install. Reset styles for headline to theme defaults.
This commit is contained in:
parent
a6f27e0c82
commit
ae9c0df818
@ -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')}:')
|
||||
|
Loading…
Reference in New Issue
Block a user