mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: improve app theming code and add Material You (#58)
This commit is contained in:
parent
35d334ea1f
commit
5404208562
44 changed files with 627 additions and 854 deletions
|
@ -23,7 +23,7 @@ class SettingsSection extends StatelessWidget {
|
|||
child: Text(
|
||||
'',
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).colorScheme.secondary,
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue