mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Minor changes
This commit is contained in:
parent
15ba9c8c89
commit
7f97e86829
2 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,10 @@ class SectionLabel extends StatelessWidget {
|
||||||
padding: const EdgeInsets.all(25),
|
padding: const EdgeInsets.all(25),
|
||||||
child: Text(
|
child: Text(
|
||||||
label,
|
label,
|
||||||
style: const TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
fontSize: 16
|
fontSize: 16,
|
||||||
|
color: Theme.of(context).primaryColor
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
@ -89,7 +89,6 @@ class Settings extends StatelessWidget {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
const Divider(),
|
|
||||||
SectionLabel(label: AppLocalizations.of(context)!.aboutApp),
|
SectionLabel(label: AppLocalizations.of(context)!.aboutApp),
|
||||||
CustomListTile(
|
CustomListTile(
|
||||||
label: AppLocalizations.of(context)!.appVersion,
|
label: AppLocalizations.of(context)!.appVersion,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue