Skip to content

Commit

Permalink
fix: listItem의 전체 영역이 클릭되도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Dec 17, 2024
1 parent 33506eb commit 95b2fae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ function CreatedEventItem({createdEvent}: CreatedEventItemProps) {
height="2.5rem"
padding="0.5rem 1rem"
paddingInline="0.5rem"
onClick={onClick}
>
<Flex gap="0.5rem" alignItems="center" onClick={onClick}>
<Flex gap="0.5rem" alignItems="center">
<InProgressCheck inProgress={createdEvent.isFinished} />
<Text size="bodyBold" color="onTertiary">
{createdEvent.eventName}
Expand Down

0 comments on commit 95b2fae

Please sign in to comment.