优化赔率行样式,调整边距和字体大小

This commit is contained in:
yuchenglong
2026-01-20 10:49:07 +08:00
parent be6395da8e
commit fa13b3c17d

View File

@@ -472,19 +472,19 @@ const styles = StyleSheet.create({
minWidth: 0,
},
bookmakerOddsRow: {
marginLeft: 4,
flexDirection: "row",
gap: 4,
},
oddBadge: {
paddingHorizontal: 5,
paddingVertical: 2,
borderRadius: 6,
minWidth: 36,
borderRadius: 8,
minWidth: 30,
alignItems: "center",
justifyContent: "center",
},
oddText: {
fontSize: 10.5,
fontSize: 10,
fontWeight: "700",
opacity: 0.9,
},