Skip to content

Commit 6f9139e

Browse files
authored
Update config.js
1 parent 8384072 commit 6f9139e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const BV_DEFAULTS = {
2121
BButton: { variant: 'secondary' },
2222
BButtonCose: { textVariant: null },
2323
BDropdown: { variant: 'secondary' },
24-
BImg: { blankColor: 'transparent' }
24+
BImg: { blankColor: 'transparent' },
25+
BImgLazy: { blankColor: 'transparent' }
2526
}
2627

2728
// This will be the object that any future user defined

0 commit comments

Comments
 (0)