Skip to content

Commit 51466c9

Browse files
committed
update styles
1 parent 37ada4a commit 51466c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/WordCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ function WordCardFn({
2929
return (
3030
<Group
3131
ref={ref as any}
32-
spacing={3}
32+
spacing={0}
3333
sx={
3434
{
3535
// backgroundColor: isCurrent ? "#f1f1f1" : "none",
3636
}
3737
}
38-
p={8}
38+
p={0}
3939
>
4040
{word.letters.map((letter, index) => (
4141
<LetterCard

0 commit comments

Comments
 (0)