+
{/* Render tablos */}
{filteredTablos.map((tablo) => renderTablo(tablo))}
diff --git a/xtablo-expo/app/(app)/(tabs)/tablos.tsx b/xtablo-expo/app/(app)/(tabs)/tablos.tsx
index e4135c2..fc42306 100644
--- a/xtablo-expo/app/(app)/(tabs)/tablos.tsx
+++ b/xtablo-expo/app/(app)/(tabs)/tablos.tsx
@@ -814,7 +814,7 @@ const styles = StyleSheet.create({
tabloCard: {
backgroundColor: "white",
borderRadius: 16,
- marginBottom: 16,
+ marginBottom: 12,
marginHorizontal: 8,
shadowColor: "#000",
shadowOffset: { width: 0, height: 2 },
@@ -824,7 +824,7 @@ const styles = StyleSheet.create({
overflow: "hidden",
},
tabloHeader: {
- height: 120,
+ height: 90,
justifyContent: "center",
alignItems: "center",
position: "relative",
@@ -836,35 +836,35 @@ const styles = StyleSheet.create({
alignItems: "center",
},
tabloInitials: {
- fontSize: 32,
+ fontSize: 24,
fontWeight: "bold",
color: "white",
},
tabloInfo: {
- padding: 16,
+ padding: 12,
},
nameRow: {
flexDirection: "row",
alignItems: "flex-start",
justifyContent: "space-between",
- marginBottom: 12,
+ marginBottom: 6,
gap: 8,
},
tabloName: {
- fontSize: 18,
+ fontSize: 16,
fontWeight: "bold",
color: "#1f2937",
flex: 1,
},
nameStatusBadge: {
- paddingHorizontal: 8,
- paddingVertical: 4,
- borderRadius: 12,
+ paddingHorizontal: 6,
+ paddingVertical: 3,
+ borderRadius: 10,
alignSelf: "flex-start",
},
nameStatusText: {
- fontSize: 10,
+ fontSize: 9,
fontWeight: "600",
textTransform: "uppercase",
},
@@ -877,14 +877,14 @@ const styles = StyleSheet.create({
flex: 1,
},
roleBadge: {
- paddingHorizontal: 8,
- paddingVertical: 4,
- borderRadius: 8,
+ paddingHorizontal: 6,
+ paddingVertical: 3,
+ borderRadius: 7,
alignSelf: "flex-start",
},
roleText: {
color: "white",
- fontSize: 12,
+ fontSize: 11,
fontWeight: "600",
},
actionsRow: {
@@ -892,9 +892,9 @@ const styles = StyleSheet.create({
gap: 8,
},
cardActionButton: {
- width: 32,
- height: 32,
- borderRadius: 16,
+ width: 28,
+ height: 28,
+ borderRadius: 14,
backgroundColor: "#f3f4f6",
justifyContent: "center",
alignItems: "center",