Skip to content

Commit a085370

Browse files
authored
Update config.js
1 parent e71aef3 commit a085370

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
@@ -71,7 +71,7 @@ const DEFAULTS = {
7171
BAlert: { variant: 'info' },
7272
BBadge: { variant: 'secondary' },
7373
BButton: { variant: 'secondary' },
74-
BButtonCose: { textVariant: null },
74+
BButtonCose: { textVariant: null, ariaLabel: 'Close' },
7575
BDropdown: { variant: 'secondary' },
7676
BFormFile: {
7777
browseText: 'Browse',

0 commit comments

Comments
 (0)