Skip to content

Commit c9835cc

Browse files
authored
Merge pull request #267 from FE9-2/dev
12/26 ์˜คํ›„ 8์‹œ ๋ฐฐํฌ
2 parents df7e619 + 1460b65 commit c9835cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

โ€Žsrc/app/(pages)/mypage/components/sections/ScrapsSection.tsxโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)}

โ€Žsrc/app/(pages)/work-talk/[talkId]/edit/page.tsxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)}

โ€Žsrc/app/(pages)/work-talk/add/page.tsxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)}

0 commit comments

Comments
ย (0)