File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/(pages)/work-talk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ export default function EditTalk({ params }: { params: { talkId: string } }) {
194194 render = { ( { field } ) => (
195195 < textarea
196196 { ...field }
197- className = "h-[240px] w-full resize-none rounded-lg bg-background-200 p-[14px] text-[16px] placeholder:text-grayscale-400 focus:border focus:border-primary-orange-300 focus:outline-none md:text-[18px] lg:text-[20px]"
197+ className = "h-[240px] w-full resize-none rounded-lg bg-background-200 p-[14px] text-[16px] placeholder:text-grayscale-400 focus:border-[0.5px] focus:border-primary-orange-300 focus:outline-none md:text-[18px] lg:text-[20px]"
198198 placeholder = "내용을 입력하세요"
199199 />
200200 ) }
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export default function AddTalk() {
166166 render = { ( { field } ) => (
167167 < textarea
168168 { ...field }
169- className = "h-[240px] w-full resize-none rounded-lg bg-background-200 p-[14px] text-[16px] placeholder:text-grayscale-400 focus:border focus:border-primary-orange-300 focus:outline-none md:text-[18px] lg:text-[20px]"
169+ className = "h-[240px] w-full resize-none rounded-lg bg-background-200 p-[14px] text-[16px] placeholder:text-grayscale-400 focus:border-[0.5px] focus:border-primary-orange-300 focus:outline-none md:text-[18px] lg:text-[20px]"
170170 placeholder = "내용을 입력하세요"
171171 />
172172 ) }
You can’t perform that action at this time.
0 commit comments