fix: kurangi paddingHorizontal card carousel di halaman utama agar label Pengumuman tidak terpotong di iPhone
This commit is contained in:
@@ -67,9 +67,8 @@ export default function CaraouselHome2({ refreshing }: { refreshing: boolean })
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
Styles.mv15,
|
Styles.mv15,
|
||||||
Styles.p15,
|
|
||||||
Styles.round05,
|
Styles.round05,
|
||||||
{ backgroundColor: colors.card },
|
{ backgroundColor: colors.card, paddingVertical: 15, paddingHorizontal: 10 },
|
||||||
Styles.wrapHomeCarousel
|
Styles.wrapHomeCarousel
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user