diff --git a/components/match-card.tsx b/components/match-card.tsx index 99e8433..3e255d0 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -472,19 +472,19 @@ const styles = StyleSheet.create({ minWidth: 0, }, bookmakerOddsRow: { + marginLeft: 4, flexDirection: "row", gap: 4, }, oddBadge: { paddingHorizontal: 5, - paddingVertical: 2, - borderRadius: 6, - minWidth: 36, + borderRadius: 8, + minWidth: 30, alignItems: "center", justifyContent: "center", }, oddText: { - fontSize: 10.5, + fontSize: 10, fontWeight: "700", opacity: 0.9, },