Skip to content

Commit b7df3e5

Browse files
authored
Update button-close.js
1 parent a085370 commit b7df3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/button-close.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const props = {
1010
},
1111
ariaLabel: {
1212
type: String,
13-
default: 'Close'
13+
default: () => getConfigComponent(NAME, 'ariaLabel')
1414
},
1515
textVariant: {
1616
type: String,

0 commit comments

Comments
 (0)