Skip to content

Commit c5bee2f

Browse files
authored
Update config.js
1 parent 91d121c commit c5bee2f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/utils/config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ const BV_DEFAULTS = {
2222
BButtonCose: { textVariant: null },
2323
BDropdown: { variant: 'secondary' },
2424
BImg: { blankColor: 'transparent' },
25-
BImgLazy: { blankColor: 'transparent' }
25+
BImgLazy: { blankColor: 'transparent' },
26+
MBodal: {
27+
cancelTitle: 'Cancel',
28+
cancelVariant: 'secondary',
29+
okTitle: 'OK',
30+
okVariant: 'primary',
31+
headerCloseLabel: 'Close'
32+
}
2633
}
2734

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

0 commit comments

Comments
 (0)