Set explicit white background to icon previews (#2256)

This commit is contained in:
Elias Nahum 2018-10-11 15:31:34 -03:00 committed by GitHub
parent 3eb66c591e
commit a78482c942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,