mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: add an OpenContainer wrapper and remove an unneeded padding on app selector card
This commit is contained in:
parent
0d14db41e1
commit
10a6ec2f1e
13 changed files with 46 additions and 49 deletions
|
@ -81,9 +81,7 @@ class MyApp extends StatelessWidget {
|
|||
}
|
||||
|
||||
class Navigation extends StatelessWidget {
|
||||
const Navigation({
|
||||
Key? key,
|
||||
}) : super(key: key);
|
||||
const Navigation({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue