diff --git a/components/match-card.tsx b/components/match-card.tsx index b18e960..99e8433 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -394,7 +394,7 @@ export function MatchCard({ > @@ -407,7 +407,7 @@ export function MatchCard({ const styles = StyleSheet.create({ card: { height: 78, - paddingHorizontal: 12, + paddingHorizontal: 8, marginBottom: 8, borderRadius: 14, borderWidth: 1, @@ -424,7 +424,7 @@ const styles = StyleSheet.create({ alignItems: "center", }, left: { - width: 44, + width: 33, alignItems: "flex-start", justifyContent: "center", gap: 4, @@ -461,11 +461,11 @@ const styles = StyleSheet.create({ minWidth: 0, }, teamLogo: { - width: 22, - height: 22, + width: 18, + height: 18, }, teamName: { - fontSize: 14, + fontSize: 12, fontWeight: "600", marginLeft: 6, flex: 1, @@ -497,7 +497,7 @@ const styles = StyleSheet.create({ gap: 6, }, scoreBox: { - width: 36, + width: 30, height: 54, borderRadius: 8, borderWidth: 1.5,