Minor changes

This commit is contained in:
Juan Gilsanz Polo 2022-10-02 19:24:11 +02:00
parent 15ba9c8c89
commit 7f97e86829
2 changed files with 3 additions and 3 deletions

View file

@ -17,9 +17,10 @@ class SectionLabel extends StatelessWidget {
padding: const EdgeInsets.all(25),
child: Text(
label,
style: const TextStyle(
style: TextStyle(
fontWeight: FontWeight.w500,
fontSize: 16
fontSize: 16,
color: Theme.of(context).primaryColor
),
),
),

View file

@ -89,7 +89,6 @@ class Settings extends StatelessWidget {
)
},
),
const Divider(),
SectionLabel(label: AppLocalizations.of(context)!.aboutApp),
CustomListTile(
label: AppLocalizations.of(context)!.appVersion,