mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
feat(style): use the correct m3 theming (partially) (#680)
This commit is contained in:
@@ -44,7 +44,7 @@ class CustomSwitch extends StatelessWidget {
|
||||
shape: BoxShape.circle,
|
||||
color: value
|
||||
? Theme.of(context).colorScheme.primaryContainer
|
||||
: Colors.white,
|
||||
: Theme.of(context).colorScheme.surface,
|
||||
boxShadow: [
|
||||
BoxShadow(
|
||||
color: Colors.black12.withOpacity(0.1),
|
||||
|
||||
Reference in New Issue
Block a user