remove custom close button

This commit is contained in:
Gamebrary 2020-10-13 17:16:49 -07:00
parent 5de1f7dc45
commit 10490f66c8

View file

@ -5,7 +5,4 @@ export default {
toaster: 'b-toaster-bottom-right',
autoHideDelay: 1000,
},
BModal: {
headerCloseContent: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M5.72 5.72a.75.75 0 011.06 0L12 10.94l5.22-5.22a.75.75 0 111.06 1.06L13.06 12l5.22 5.22a.75.75 0 11-1.06 1.06L12 13.06l-5.22 5.22a.75.75 0 01-1.06-1.06L10.94 12 5.72 6.78a.75.75 0 010-1.06z"/></svg>',
},
};