Skip to content

Commit

Permalink
fix: update desgin
Browse files Browse the repository at this point in the history
  • Loading branch information
googoo81 committed Jan 29, 2024
1 parent d3b014f commit 103efa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const AuthenticationInput = ({
/>
</InputColumn>

<InputColumn comment='활동 내용'>
<InputColumn comment='활동 설명'>
<Textarea
{...register(`activities.${idx}.description`, {
required: { value: true, message: '필수 값입니다' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ProjectList = styled.div`
`

export const ImageInput = styled.div`
width: 10.5rem;
width: 15.375rem;
`

export const Hr = styled.hr`
Expand Down

0 comments on commit 103efa7

Please sign in to comment.