Skip to content

Commit

Permalink
ExpanderCard: make full header clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Jan 18, 2025
1 parent cc18fe5 commit 55711df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Scenes/ExpanderCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const ExpanderCard = ({
return (
<Card sx={{ width: '100%', maxWidth: 'unset' }}>
<Typography
onClick={handleExpandClick}
color="GrayText"
variant="h6"
sx={{
Expand Down

0 comments on commit 55711df

Please sign in to comment.