Skip to content

Commit

Permalink
제목 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
woo-jk committed Aug 24, 2024
1 parent 0008b54 commit d877dc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/InfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ export function InfoCard({ id, title, updatedDate, tagList }: InfoCardProps) {
<div className="flex">
<div className="flex-1 overflow-hidden">
<div className="mb-[9px] text-[12px] text-neutral-20">{formattedDate}</div>
<div className="w-auto truncate text-[16px] font-semibold">
{title || <div className="text-neutral-30">제목을 입력해주세요</div>}
</div>
<div className="w-auto truncate text-[16px] font-semibold">{title || '제목을 입력해주세요'}</div>
</div>
<div>
<DropdownMenu>
Expand Down

0 comments on commit d877dc7

Please sign in to comment.