fix(app): adjust agent list item spacing

This commit is contained in:
Mohamed Boudra
2026-01-16 16:25:53 +07:00
parent ed50c168ad
commit f733f2852d

View File

@@ -264,12 +264,12 @@ const styles = StyleSheet.create((theme) => ({
},
agentContent: {
flex: 1,
gap: theme.spacing[1],
gap: theme.spacing[0],
},
row: {
flexDirection: "row",
alignItems: "center",
gap: theme.spacing[0],
gap: theme.spacing[2],
},
agentTitle: {
flex: 1,