mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 17:23:58 +00:00
refactor: major theming overhual, fix light theme.
This commit is contained in:
@@ -95,7 +95,7 @@ class _LatestCommitCardState extends State<LatestCommitCard> {
|
||||
'latestCommitCard.updateButton',
|
||||
),
|
||||
onPressed: () => {},
|
||||
backgroundColor: const Color(0xff7792BA),
|
||||
backgroundColor: Theme.of(context).colorScheme.secondary,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user