feat: improve app theming code and add Material You (#58)

This commit is contained in:
Alberto Ponces 2022-09-05 03:32:36 +01:00 committed by GitHub
parent 35d334ea1f
commit 5404208562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 627 additions and 854 deletions

View file

@ -23,7 +23,7 @@ class SettingsSection extends StatelessWidget {
child: Text(
'',
style: TextStyle(
color: Theme.of(context).colorScheme.secondary,
color: Theme.of(context).colorScheme.primary,
),
),
),