This commit is contained in:
Fredrik Burmester
2024-12-31 15:00:30 +01:00
parent 28568cbb9c
commit cccb26c9cc

View File

@@ -156,7 +156,7 @@ export const SeasonPicker: React.FC<Props> = ({ item, initialSeasonIndex }) => {
/>
) : null}
</View>
<View className="px-4 flex flex-col my-4">
<View className="px-4 flex flex-col mt-4">
{isFetching ? (
<View
style={{