Skip to content

Commit bab7b5f

Browse files
authored
Update config.js
1 parent d6cbbdd commit bab7b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const BV_DEFAULTS = {
2020
BBadge: { variant: 'secondary' },
2121
BButton: { variant: 'secondary' },
2222
BButtonCose: { textVariant: null },
23-
BDropdown: { variant: null }, // defaults to button variant
23+
BDropdown: { variant: 'secondary' },
2424
BImg: { blankColor: 'transparent' }
2525
}
2626

0 commit comments

Comments
 (0)