diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index d2558a7..b1aa8ba 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -23,8 +23,7 @@ import ParallelogramShape from '@/components/ParallelogramShape' import ParallelogramGridItem from '@/components/ParallelogramGridItem' const CATEGORY_ID = process.env.EXPO_PUBLIC_INDEX_GROUP_ID -const ITEM_WIDTH = Math.floor((screenWidth - 24 - 12 * 2) / 3) - +const ITEM_WIDTH = Math.floor((screenWidth - 10 * 2) / 3) const PAGE_SIZE = 12 type MediaItem = {