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

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, flexShrink: 0,
}, },
cardBadge: { cardBadge: {
minWidth: 16, minWidth: 10,
height: 16, height: 15,
borderRadius: 3, borderRadius: 3,
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
@@ -693,9 +693,9 @@ const styles = StyleSheet.create({
opacity: 0.4, opacity: 0.4,
}, },
cardBadgeText: { cardBadgeText: {
fontSize: 10, fontSize: 8,
fontWeight: "900", fontWeight: "900",
lineHeight: 12, lineHeight: 10,
color: "#fff", color: "#fff",
}, },
cardBadgeTextDark: { cardBadgeTextDark: {