diff --git a/src/components/discover/CatalogSection.tsx b/src/components/discover/CatalogSection.tsx index 68b02515..72cb381e 100644 --- a/src/components/discover/CatalogSection.tsx +++ b/src/components/discover/CatalogSection.tsx @@ -64,11 +64,11 @@ const CatalogSection = ({ catalog, selectedCategory }: CatalogSectionProps) => { - See All - + View All + @@ -119,13 +119,15 @@ const styles = StyleSheet.create({ seeAllButton: { flexDirection: 'row', alignItems: 'center', - gap: 4, - paddingVertical: 6, - paddingHorizontal: 4, + paddingVertical: 8, + paddingHorizontal: 10, + borderRadius: 20, + marginRight: -10, }, seeAllText: { - fontWeight: '600', fontSize: 14, + fontWeight: '600', + marginRight: 4, }, }); diff --git a/src/components/home/CatalogSection.tsx b/src/components/home/CatalogSection.tsx index 2b043083..0f13a2d1 100644 --- a/src/components/home/CatalogSection.tsx +++ b/src/components/home/CatalogSection.tsx @@ -159,6 +159,7 @@ const styles = StyleSheet.create({ paddingHorizontal: 10, borderRadius: 20, backgroundColor: 'rgba(255,255,255,0.1)', + marginRight: -10, }, viewAllText: { fontSize: 14, diff --git a/src/components/home/ThisWeekSection.tsx b/src/components/home/ThisWeekSection.tsx index c6e5505c..167a54cf 100644 --- a/src/components/home/ThisWeekSection.tsx +++ b/src/components/home/ThisWeekSection.tsx @@ -325,6 +325,7 @@ const styles = StyleSheet.create({ paddingHorizontal: 10, borderRadius: 20, backgroundColor: 'rgba(255,255,255,0.1)', + marginRight: -10, }, viewAllText: { fontSize: 14,