Skip to content
4 changes: 2 additions & 2 deletions src/components/registrationForm/RegisterForm.styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Container = styled.div`
`

export const BackgroundImage = styled.div`
${tw`bg-cover bg-center h-full w-full z-0
${tw`bg-cover bg-center h-full w-full
`}
background-image: url(${(props) => props.src});
`
Expand All @@ -21,7 +21,7 @@ export const Date = styled.h1`
${tw`text-brown-2 2.7md:text-4xl font-semibold text-3xl`}
`
export const FormContainer = styled.form`
${tw`flex flex-col justify-center items-center h-full w-full gap-[24px] md:gap-4 py-5 md:py-10 px-4 md:px-14 `}
${tw`flex flex-col justify-center items-center h-full w-full gap-[24px] md:gap-4 py-5 md:py-10 px-4 md:px-14 bg-transparent`}
`

export const Button = styled.button`
Expand Down
2 changes: 1 addition & 1 deletion src/config/content/registrationForm/Registration.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const date = '18th - 20th August'
export const date = '9th - 11th August'

export const bg =
'https://res.cloudinary.com/dmvdbpyqk/image/upload/v1718177861/p85bmwlzffgz01ffhklu.png'
Expand Down