Skip to content

Commit 5dbbff7

Browse files
committed
feat: card correctly sized
1 parent c1441f7 commit 5dbbff7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/Landing/OddsCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function OddsPill({ value, book, label, onSelect }: OddsPillProps) {
6767
borderRadius="xl"
6868
borderColor={borderColor}
6969
minW="140px"
70-
py={4}
70+
py={50}
7171
px={4}
7272
display="flex"
7373
flexDir="column"
@@ -118,7 +118,7 @@ export function OddsCard({
118118

119119
return (
120120
<Box
121-
borderWidth="1px"
121+
borderWidth="4px"
122122
borderRadius="2xl"
123123
borderColor={borderColor}
124124
bg={wrapperBg}

0 commit comments

Comments
 (0)