Skip to content

Commit 265f323

Browse files
authored
Merge pull request #380 from Freegle/fix-modal-button-classes
fix: remove variant classes from OK/Cancel buttons
2 parents ed82b62 + 2472441 commit 265f323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/BModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<b-button
2929
v-if="!okOnly"
3030
type="button"
31-
class="btn btn-secondary"
31+
class="btn"
3232
data-bs-dismiss="modal"
3333
:disabled="disableCancel"
3434
:size="buttonSize"
@@ -39,7 +39,7 @@
3939
</b-button>
4040
<b-button
4141
type="button"
42-
class="btn btn-primary"
42+
class="btn"
4343
data-bs-dismiss="modal"
4444
:disabled="disableOk"
4545
:size="buttonSize"

0 commit comments

Comments
 (0)