File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
mypage/components/sections Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ export default function ScrapsSection() {
127127 return (
128128 < div className = "space-y-4" >
129129 { /* ํํฐ ๋๋กญ๋ค์ด ์น์
*/ }
130- < div className = "w-full border-b border-line-200 shadow-md " >
131- < div className = "mx-auto flex max-w-screen-xl items-center justify-between gap-2 py-4" >
130+ < div className = "w-full border-b border-line-100 " >
131+ < div className = "mx-auto flex max-w-screen-xl items-center justify-between gap-2 px-6 py-4" >
132132 < div className = "flex items-center gap-2" >
133133 < FilterDropdown
134134 options = { filterPublicOptions . map ( ( option ) => option . label ) }
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:outline-none focus:ring-2 focus:ring- primary-orange-300 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:outline-none focus:ring-2 focus:ring- primary-orange-300 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