mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Added attachment border radius
This commit is contained in:
@ -64,7 +64,9 @@ const AttachmentAudio: React.FC<Props> = ({ total, index, sensitiveShown, audio
|
||||
flex: 1,
|
||||
flexDirection: 'row',
|
||||
backgroundColor: colors.shimmerDefault,
|
||||
aspectRatio: aspectRatio({ total, index, ...audio.meta?.original })
|
||||
aspectRatio: aspectRatio({ total, index, ...audio.meta?.original }),
|
||||
borderRadius: StyleConstants.BorderRadius / 2,
|
||||
overflow: 'hidden'
|
||||
}}
|
||||
>
|
||||
<View
|
||||
|
Reference in New Issue
Block a user