Merge branch 'real-time-voice-panel-layout'

This commit is contained in:
Mohamed Boudra
2026-02-04 14:56:05 +07:00
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",