Skip to content

Commit

Permalink
[Test] try fix spacing in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Jul 18, 2024
1 parent 0a5e107 commit 30c5b71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/pages/local_music_list_gridview_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ class LocalMusicListGridPageState extends State<LocalMusicListGridPage>
const SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 2,
childAspectRatio: 0.75,
crossAxisSpacing: 8.0,
mainAxisSpacing: 8.0,
),
delegate: SliverChildBuilderDelegate(
(BuildContext context, int index) {
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/search_page/search_music_list_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class _SearchMusicListState extends State<SearchMusicListPage>
musicListController: _pagingController,
)),
Padding(
padding: const EdgeInsets.only(left: 8.0, right: 8.0, top: 8.0),
padding: const EdgeInsets.only(left: 8.0, right: 8.0, top: 10.0),
child: CupertinoSearchTextField(
style: TextStyle(
color: isDarkMode ? CupertinoColors.white : CupertinoColors.black,
Expand Down

0 comments on commit 30c5b71

Please sign in to comment.