调整比赛卡片组件的样式,优化徽章的尺寸和文本大小
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user