From 3aca1127c861817ff7387a5882084600b0a452d7 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 4 Feb 2026 14:56:03 +0700 Subject: [PATCH] Update files --- packages/app/src/components/voice-compact-indicator.tsx | 2 +- packages/app/src/components/voice-panel.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/app/src/components/voice-compact-indicator.tsx b/packages/app/src/components/voice-compact-indicator.tsx index 9c7153848..2db9ef2c1 100644 --- a/packages/app/src/components/voice-compact-indicator.tsx +++ b/packages/app/src/components/voice-compact-indicator.tsx @@ -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, diff --git a/packages/app/src/components/voice-panel.tsx b/packages/app/src/components/voice-panel.tsx index 262417eb6..2b07edcf7 100644 --- a/packages/app/src/components/voice-panel.tsx +++ b/packages/app/src/components/voice-panel.tsx @@ -87,6 +87,7 @@ const styles = StyleSheet.create((theme) => ({ flex: 1, justifyContent: "center", alignItems: "flex-start", + paddingLeft: theme.spacing[1], }, actionsRow: { flexDirection: "row",