diff --git a/components/match-card.tsx b/components/match-card.tsx index eb0db78..0b927b8 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -668,8 +668,8 @@ const styles = StyleSheet.create({ flexShrink: 0, }, cardBadge: { - minWidth: 16, - height: 16, + minWidth: 10, + height: 15, borderRadius: 3, alignItems: "center", justifyContent: "center", @@ -693,9 +693,9 @@ const styles = StyleSheet.create({ opacity: 0.4, }, cardBadgeText: { - fontSize: 10, + fontSize: 8, fontWeight: "900", - lineHeight: 12, + lineHeight: 10, color: "#fff", }, cardBadgeTextDark: {