Updated the default class name
• Updated: - the default class name
This commit is contained in:
@@ -28,7 +28,7 @@ class Image extends React.PureComponent {
|
||||
const { error } = this.state
|
||||
|
||||
const classes = cx(className, {
|
||||
_: 1,
|
||||
d: 1,
|
||||
objectFitCover: !!src && fit === 'cover',
|
||||
bgSecondary: !src,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user