调整比赛卡片组件的样式,优化徽章的尺寸和文本大小
This commit is contained in:
@@ -668,8 +668,8 @@ const styles = StyleSheet.create({
|
||||
flexShrink: 0,
|
||||
},
|
||||
cardBadge: {
|
||||
minWidth: 16,
|
||||
height: 16,
|
||||
minWidth: 10,
|
||||
height: 15,
|
||||
borderRadius: 3,
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
@@ -693,9 +693,9 @@ const styles = StyleSheet.create({
|
||||
opacity: 0.4,
|
||||
},
|
||||
cardBadgeText: {
|
||||
fontSize: 10,
|
||||
fontSize: 8,
|
||||
fontWeight: "900",
|
||||
lineHeight: 12,
|
||||
lineHeight: 10,
|
||||
color: "#fff",
|
||||
},
|
||||
cardBadgeTextDark: {
|
||||
|
||||
Reference in New Issue
Block a user