调整比赛卡片样式,优化图标和文本尺寸

This commit is contained in:
yuchenglong
2026-01-20 10:24:11 +08:00
parent 08d05df8be
commit be6395da8e

View File

@@ -394,7 +394,7 @@ export function MatchCard({
>
<IconSymbol
name={isFav ? "star" : "star-outline"}
size={20}
size={15}
color={isFav ? "#FFD700" : iconColor}
/>
</TouchableOpacity>
@@ -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,