Merge main

This commit is contained in:
ashilkn 2023-10-11 17:24:50 +05:30
commit 03aee7e0f3

View file

@ -85,7 +85,7 @@ class FileAppBarState extends State<FileAppBar> {
);
},
),
Size.fromHeight(Platform.isAndroid ? 80 : 96),
Size.fromHeight(Platform.isAndroid ? 84 : 96),
);
}