Set explicit white background to icon previews (#2256)
This commit is contained in:
parent
9c22be4465
commit
62026e375a
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue