调整比赛卡片组件的样式,优化徽章的尺寸和文本大小

This commit is contained in:
yuchenglong
2026-01-21 09:31:08 +08:00
parent 547c204e88
commit 9fcc7eebd3

View File

@@ -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: {