Fix: 워크스페이스 사이드바 아이콘 크기 고정
This commit is contained in:
parent
5b9efa4097
commit
a25e0578dd
@ -30,12 +30,12 @@ export default function ProjectFileItem({
|
|||||||
{item.status === 'idle' ? (
|
{item.status === 'idle' ? (
|
||||||
<Minus
|
<Minus
|
||||||
size={16}
|
size={16}
|
||||||
className="stroke-gray-400"
|
className="shrink-0 stroke-gray-400"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Check
|
<Check
|
||||||
size={16}
|
size={16}
|
||||||
className="stroke-green-500"
|
className="shrink-0 stroke-green-500"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user