Skip to content

Commit

Permalink
style: #265 - TagInput 컴포넌트 background-color 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eeseung committed Dec 3, 2023
1 parent 456655e commit f7bd6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TagInput/TagInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const TagInput = ({
</button>
)}
<input
className="w-full py-0.5 text-sm font-medium text-gray9 placeholder-gray4 outline-none"
className="w-full bg-bgColor py-0.5 text-sm font-medium text-gray9 placeholder-gray4 outline-none"
type={selectedTag && 'hidden'}
placeholder={LINK_FORM_PLACEHOLDER.TAG}
{...register('tagName', {
Expand Down

0 comments on commit f7bd6b3

Please sign in to comment.