File tree Expand file tree Collapse file tree
frontend/src/components/Landing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ export function OverUnderOddsCard({
212212 borderRadius = "2xl"
213213 borderColor = { borderColor }
214214 bg = { wrapperBg }
215- px = { 10 }
216- py = { 50 }
215+ px = { 8 }
216+ py = { 6 }
217217 w = "full"
218218 maxW = "5xl"
219219 >
@@ -258,12 +258,12 @@ export function OverUnderOddsCard({
258258 { awayTeam }
259259 </ Text >
260260 </ Flex >
261- < Flex direction = "column" align = "center" justify = "center" w = "full" maxW = "2xl" gap = { 4 } >
261+ < Flex direction = "column" align = "center" justify = "center" w = "full" maxW = "2xl" gap = { 2 } >
262262 < Text fontSize = "sm" fontWeight = "medium" color = "teal.600" textTransform = "uppercase" >
263263 { marketLabel }
264264 </ Text >
265265 { line && (
266- < Text fontSize = "3xl " fontWeight = "semibold " color = "fg.default" >
266+ < Text fontSize = "2xl " fontWeight = "medium " color = "fg.default" >
267267 { line }
268268 </ Text >
269269 ) }
You can’t perform that action at this time.
0 commit comments