Remove background color from Image
• Remove: - background color from Image
This commit is contained in:
parent
4ea9ad5ea4
commit
edac4026f0
@ -51,7 +51,7 @@ export default class Image extends PureComponent {
|
|||||||
const classes = cx(className, {
|
const classes = cx(className, {
|
||||||
default: 1,
|
default: 1,
|
||||||
objectFitCover: !!src && fit === 'cover',
|
objectFitCover: !!src && fit === 'cover',
|
||||||
bgSecondary: 1,
|
bgSecondary: !src,
|
||||||
})
|
})
|
||||||
|
|
||||||
//If error and not our own image
|
//If error and not our own image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user