Skip to content

Commit

Permalink
Comment: #192 삭제된 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonyesol committed Oct 6, 2024
1 parent e6eb4e4 commit 3f7cf1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/user/auth-form/LinkContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export default function LinkContainer({ initialLinks, page }: LinkContainerProps
onBlur={handleBlur}
onChange={handleLinkChange}
type="text"
// TODO: 전체적으로 인풋 관련 스타일링 수정 필요, div 전체를 input이 덮을 수 있도록 수정...
disabled={isLoading}
className="h-full grow bg-inherit outline-none placeholder:text-emphasis"
/>
Expand Down

0 comments on commit 3f7cf1b

Please sign in to comment.