File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/components/pages/front Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,9 @@ const FeedbackSection = () => {
8282 < AnimatePresence mode = "wait" >
8383 { ( ! response || response . success === false ) && < motion . div className = "flex flex-col items-center w-full gap-4" >
8484 < TextArea
85-
86- className = "w-full p-4 text-lg rounded-lg md:text-xl h-fit"
85+ color = "primary"
86+ variant = "outlined"
87+ className = "w-full p-4 text-lg rounded-lg md:text-xl h-fit min-h-[3.25em] max-h-[50ex]"
8788 placeholder = "I would like this feature!"
8889 rows = { 5 }
8990 { ...register ( "text" ) }
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ const SignupSection = () => {
107107 >
108108 < div className = "w-full" >
109109 < Input
110+ color = "primary"
111+ variant = "outlined"
110112 className = "w-full p-4 text-lg md:text-xl"
111113 placeholder = "your@email.com"
112114 { ...register ( "email" ) }
You can’t perform that action at this time.
0 commit comments