Skip to content

Commit

Permalink
[WordCard] Remove odd gap between header and content (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored May 21, 2024
1 parent f23af4e commit 6fee36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WordCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function WordCard(props: WordCardProps): ReactElement {
<Card
sx={{ backgroundColor: (t) => t.palette.grey[300], minWidth: "200px" }}
>
<CardHeader action={action} title={title} />
<CardHeader action={action} sx={{ paddingBottom: 0 }} title={title} />
<CardContent>
{/* Expanded audio, note, flag */}
{full && (
Expand Down

0 comments on commit 6fee36c

Please sign in to comment.