mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02: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