diff --git a/components/CardWaitlist/CardFeesModal.tsx b/components/CardWaitlist/CardFeesModal.tsx index 60cf577e..5d317dfa 100644 --- a/components/CardWaitlist/CardFeesModal.tsx +++ b/components/CardWaitlist/CardFeesModal.tsx @@ -26,9 +26,7 @@ type DetailItemProps = { const DetailItem = ({ icon, title, description }: DetailItemProps) => ( - - - + {title} {typeof description === 'string' ? ( diff --git a/components/CardWaitlist/CardWaitlistContainer.tsx b/components/CardWaitlist/CardWaitlistContainer.tsx index be6d4af9..05d65838 100644 --- a/components/CardWaitlist/CardWaitlistContainer.tsx +++ b/components/CardWaitlist/CardWaitlistContainer.tsx @@ -17,7 +17,7 @@ const CardWaitlistContainer = ({ children }: CardWaitlistContainerProps) => { start={isScreenMedium ? { x: 0.5, y: 0 } : { x: 0, y: 0.5 }} end={isScreenMedium ? { x: 0.6, y: 1 } : { x: 1, y: 0.7 }} className="overflow-hidden rounded-twice web:md:flex web:md:flex-row" - style={{ minHeight: 500, ...(Platform.OS === 'web' ? {} : { borderRadius: 20 }) }} + style={{ minHeight: 450, ...(Platform.OS === 'web' ? {} : { borderRadius: 20 }) }} > {isScreenMedium ? ( ( - {icon} + {icon} {label} );