Skip to content

Commit 86b0063

Browse files
committed
fix: improve audio attachment and progress bars
1 parent 0cfba31 commit 86b0063

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package/src/components/Attachment/AudioAttachment.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ const styles = StyleSheet.create({
353353
borderWidth: 1,
354354
flex: 1,
355355
flexDirection: 'row',
356-
paddingHorizontal: 8,
356+
paddingLeft: 8,
357+
paddingRight: 16,
357358
paddingVertical: 12,
358359
},
359360
filenameText: {
@@ -387,7 +388,7 @@ const styles = StyleSheet.create({
387388
marginRight: 8,
388389
},
389390
rightContainer: {
390-
marginLeft: 8,
391+
marginLeft: 16,
391392
},
392393
speedChangeButton: {
393394
alignItems: 'center',

0 commit comments

Comments
 (0)