Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wappon28dev/wakaba
Browse files Browse the repository at this point in the history
  • Loading branch information
wappon28dev committed Nov 2, 2024
2 parents 2c35e78 + 2790a8f commit a4a0ab8
Showing 1 changed file with 4 additions and 47 deletions.
51 changes: 4 additions & 47 deletions src/routes/company-form/$uuid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,6 @@ export const Route = createFileRoute("/company-form/$uuid")({
<p.p display="inline" fontSize="xl" fontWeight="bold">
プロジェクトの説明
</p.p>
<p.p
color="red.500"
display="inline"
fontSize="xl"
fontWeight="none"
pl={1}
>
</p.p>
<Field.Root className={textArea.root}>
<Field.Textarea
className={textArea.textarea}
Expand All @@ -280,15 +271,6 @@ export const Route = createFileRoute("/company-form/$uuid")({
>
募集終了時期
</p.p>
<p.p
color="red.500"
display="inline"
fontSize="xl"
fontWeight="none"
pl={1}
>
</p.p>

<DatePicker.Root className={datePicker.root}>
<DatePicker.Control className={datePicker.control}>
Expand Down Expand Up @@ -464,15 +446,6 @@ export const Route = createFileRoute("/company-form/$uuid")({
<p.p display="inline" fontSize="xl" fontWeight="bold">
建築予定地
</p.p>
<p.p
color="red.500"
display="inline"
fontSize="xl"
fontWeight="none"
pl={1}
>
</p.p>
<Field.Root className={textArea.root}>
<Field.Input
className={textArea.input}
Expand All @@ -485,15 +458,6 @@ export const Route = createFileRoute("/company-form/$uuid")({
<p.p display="inline" fontSize="xl" fontWeight="bold">
モチベーション
</p.p>
<p.p
color="red.500"
display="inline"
fontSize="xl"
fontWeight="none"
pl={1}
>
</p.p>
<Field.Root className={textArea.root}>
<Field.Textarea
className={textArea.textarea}
Expand All @@ -507,15 +471,7 @@ export const Route = createFileRoute("/company-form/$uuid")({
<p.h1 display="inline" fontSize="4xl" fontWeight="bold">
返礼品
</p.h1>
<p.p
color="red.500"
display="inline"
fontSize="xl"
fontWeight="none"
pl={1}
>
</p.p>

<p.div
display="grid"
gap={5}
Expand Down Expand Up @@ -624,17 +580,18 @@ export const Route = createFileRoute("/company-form/$uuid")({
</p.div>
</p.div>
</p.div>
<p.div background="wkb.primary">
<p.div background="wkb.primary" pt={12}>
<p.div px={10}>
<p.h1
color="wkb.bg"
display="inline"
fontSize="4xl"
fontWeight="bold"
pb={5}
pt={16}
>
目標金額
</p.h1>

<p.div pb={20} pt={12} px={16}>
<NumberInput.Root className={numberInput.root}>
<NumberInput.Input
Expand Down

0 comments on commit a4a0ab8

Please sign in to comment.