Set explicit white background to icon previews (#2256)

This commit is contained in:
Elias Nahum 2018-10-11 15:31:34 -03:00
parent 9c22be4465
commit 62026e375a
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -86,6 +86,7 @@ export default class FileAttachmentIcon extends PureComponent {
const styles = StyleSheet.create({
fileIconWrapper: {
alignItems: 'center',
backgroundColor: '#fff',
justifyContent: 'center',
borderTopLeftRadius: 2,
borderBottomLeftRadius: 2,