Skip to content

Commit 07376e8

Browse files
authored
fix: async audio button ui spacing with other buttons (#3076)
1 parent 3648582 commit 07376e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ const styles = StyleSheet.create({
177177
alignItems: 'center',
178178
borderRadius: 50,
179179
justifyContent: 'center',
180+
marginLeft: 8,
180181
},
181182
});
182183

0 commit comments

Comments
 (0)