Design: 프로젝트 생성 컴포넌트에서 라벨 디자인 변경
This commit is contained in:
parent
7a5de56bc4
commit
689477192a
@ -126,9 +126,9 @@ export default function ProjectCreateForm({ onSubmit }: { onSubmit: (data: Proje
|
|||||||
{categories.map((category: string, index: number) => (
|
{categories.map((category: string, index: number) => (
|
||||||
<div
|
<div
|
||||||
key={index}
|
key={index}
|
||||||
className="flex items-center gap-1 rounded-full border-2 border-gray-700 px-2 py-1 text-gray-700"
|
className="flex items-center gap-1 rounded-full bg-blue-500 py-1 pl-3 pr-2 text-white"
|
||||||
>
|
>
|
||||||
<span>{category}</span>
|
<span className="body-small">{category}</span>
|
||||||
<X
|
<X
|
||||||
size={16}
|
size={16}
|
||||||
className="cursor-pointer"
|
className="cursor-pointer"
|
||||||
|
Loading…
Reference in New Issue
Block a user