mirror of
https://github.com/ReVanced/revanced-manager
synced 2026-05-03 12:51:59 +02:00
feat: improve app theming code and add Material You (#58)
This commit is contained in:
@@ -21,7 +21,7 @@ class OpenContainerWrapper extends StatelessWidget {
|
||||
openColor: Theme.of(context).colorScheme.primary,
|
||||
closedColor: Colors.transparent,
|
||||
closedShape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(12),
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user