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

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, minWidth: 0,
}, },
bookmakerOddsRow: { bookmakerOddsRow: {
marginLeft: 4,
flexDirection: "row", flexDirection: "row",
gap: 4, gap: 4,
}, },
oddBadge: { oddBadge: {
paddingHorizontal: 5, paddingHorizontal: 5,
paddingVertical: 2, borderRadius: 8,
borderRadius: 6, minWidth: 30,
minWidth: 36,
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
}, },
oddText: { oddText: {
fontSize: 10.5, fontSize: 10,
fontWeight: "700", fontWeight: "700",
opacity: 0.9, opacity: 0.9,
}, },