mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-02-01 07:11:03 +00:00
fix: Further improvements on app theming
This commit is contained in:
@@ -88,7 +88,7 @@ class _PatchItemState extends State<PatchItem> {
|
||||
checkColor:
|
||||
Theme.of(context).colorScheme.secondaryContainer,
|
||||
side: BorderSide(
|
||||
width: 1.5,
|
||||
width: 2.0,
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
),
|
||||
onChanged: (newValue) {
|
||||
|
||||
Reference in New Issue
Block a user