Update files

This commit is contained in:
Mohamed Boudra
2026-02-04 14:56:03 +07:00
parent d40f23b3db
commit 3aca1127c8
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ const styles = StyleSheet.create((theme) => ({
flexDirection: "row",
alignItems: "center",
gap: theme.spacing[2],
paddingLeft: theme.spacing[2],
paddingLeft: theme.spacing[3],
paddingRight: theme.spacing[1],
height: 32,
borderRadius: theme.borderRadius.full,

View File

@@ -87,6 +87,7 @@ const styles = StyleSheet.create((theme) => ({
flex: 1,
justifyContent: "center",
alignItems: "flex-start",
paddingLeft: theme.spacing[1],
},
actionsRow: {
flexDirection: "row",