mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
feat: tweak UI
This commit is contained in:
@ -16,7 +16,7 @@ class CustomCard extends StatelessWidget {
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
color: isFilled
|
||||
? Theme.of(context).colorScheme.secondaryContainer
|
||||
? Theme.of(context).colorScheme.secondaryContainer.withOpacity(0.25)
|
||||
: Colors.transparent,
|
||||
border: isFilled
|
||||
? null
|
||||
|
Reference in New Issue
Block a user