Skip to content

Commit

Permalink
refactor: 사용하지 않는 css 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
smb0123 committed Sep 14, 2024
1 parent 22fddca commit d6b1bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/kanban/card/Card.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function KanbanCardComponent({
return (
<div
className={cn(
"border-[1px] w-[14.9rem] p-3 rounded-lg drop-shadow-md bg-white hover:border-primary-400 relative",
"border-[1px] w-[14.9rem] p-3 rounded-lg drop-shadow-md bg-white hover:border-primary-400",
isSelected ? "border-primary" : "border-light"
)}
onClick={onClickDetail}
Expand Down

0 comments on commit d6b1bfb

Please sign in to comment.