fix: add padding to badge text for improved spacing

This commit is contained in:
zimplexing
2025-07-18 23:00:42 +08:00
parent 1be777825b
commit fe05525805

View File

@@ -249,6 +249,7 @@ const styles = StyleSheet.create({
color: "#fff",
fontSize: 12,
fontWeight: "bold",
paddingBottom: 2.5,
},
selectedBadge: {
backgroundColor: "#4c4c4c",