We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d043c93 commit 2207839Copy full SHA for 2207839
package/src/components/Attachment/Card.tsx
@@ -67,7 +67,6 @@ const styles = StyleSheet.create({
67
},
68
playButtonStyle: {
69
alignItems: 'center',
70
- backgroundColor: '#fff',
71
borderRadius: 50,
72
elevation: 2,
73
height: 36,
@@ -206,7 +205,7 @@ const CardWithContext = <
206
205
style={[styles.cardCover, cover, stylesProp.cardCover]}
207
>
208
{isVideo ? (
209
- <View style={[styles.playButtonStyle, roundedView]}>
+ <View style={[styles.playButtonStyle, roundedView, { backgroundColor: white }]}>
210
<Play height={height} pathFill={pathFill} width={width} />
211
</View>
212
) : null}
0 commit comments