This commit is contained in:
Yegor Vialov
2020-04-11 16:55:50 +00:00
parent 5f23e108a1
commit fba4017819
7 changed files with 40 additions and 38 deletions

View File

@ -52,7 +52,7 @@ class _LookAndFeelSettingsPageState extends State<LookAndFeelSettingsPage> {
scrollDirection: Axis.vertical,
padding: const EdgeInsets.all(20.0),
children: <Widget>[
Text("Application scheme:", style: Theme.of(context).textTheme.body2),
Text("Application theme:", style: Theme.of(context).textTheme.body2),
Container(height: Sizes.rowPadding),
DropdownButton<AppTheme>(
value: _currentTheme,