Remove background color from Image

• Remove:
- background color from Image
This commit is contained in:
mgabdev 2020-06-07 15:57:29 -04:00
parent 4ea9ad5ea4
commit edac4026f0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default class Image extends PureComponent {
const classes = cx(className, {
default: 1,
objectFitCover: !!src && fit === 'cover',
bgSecondary: 1,
bgSecondary: !src,
})
//If error and not our own image