diff --git a/components/VoiceFAB.tsx b/components/VoiceFAB.tsx index 19c0d9a..e90f24c 100644 --- a/components/VoiceFAB.tsx +++ b/components/VoiceFAB.tsx @@ -123,7 +123,9 @@ export function VoiceFAB({ onPress, style, disabled = false }: VoiceFABProps) { const styles = StyleSheet.create({ container: { position: 'absolute', - right: 16, + left: 0, + right: 0, + alignItems: 'center', zIndex: 100, }, fab: {