优化赔率行样式,调整边距和字体大小
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user