add class to modal button main to use themed override

This commit is contained in:
Bill Richardson 2023-11-09 16:16:47 -05:00
parent f15924c098
commit 9f6ec49f63

View file

@ -2,7 +2,7 @@
<button
type="button"
:aria-disabled="isDisabled"
class="btn d-flex align-items-center justify-content-center py-3 px-4 delay"
class="btn d-flex btn-override align-items-center justify-content-center py-3 px-4 delay"
:class="[
isPrimary ? 'btn-primary' : 'btn-secondary',
isFloat ? 'float-end' : '',