Skip to content

Commit

Permalink
๐Ÿ’„ Style(#75): Seperator ์Šคํƒ€์ผ ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati committed Nov 1, 2023
1 parent edaf0d1 commit 4940905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/(steady)/steady/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const CreateSteadyPage = () => {
<Separator
size={"4"}
my={"3"}
className={cn("border-[1.5px] border-st-black")}
className={cn("h-5 bg-st-gray-400")}
/>
<div className={cn("mx-40 flex flex-row justify-between")}>
<SingleSelector
Expand All @@ -118,7 +118,7 @@ const CreateSteadyPage = () => {
<Separator
size={"4"}
my={"3"}
className={cn("border-[1.5px] border-st-black")}
className={cn("h-5 bg-st-gray-400")}
/>
<Input inputName={"steady-title-input"} />
<TextArea
Expand All @@ -133,7 +133,7 @@ const CreateSteadyPage = () => {
<Separator
size={"4"}
my={"3"}
className={cn("border-[1.5px] border-st-black")}
className={cn("h-5 bg-st-gray-400")}
/>
<div className={cn("mx-20 flex flex-row justify-between gap-15")}>
<MultiSelector
Expand Down Expand Up @@ -171,7 +171,7 @@ const CreateSteadyPage = () => {
<Separator
size={"4"}
my={"3"}
className={cn("border-[1.5px] border-st-black")}
className={cn("h-5 bg-st-gray-400")}
/>
<Input inputName={"title-input"} />
<Input inputName={"tag-input"} />
Expand Down

0 comments on commit 4940905

Please sign in to comment.