From f466dd490b04b9a536afaf041fe67b1d4940adad Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 6 Nov 2024 16:42:27 -0500 Subject: [PATCH] Fix transparent modal button background to white. --- src/digital-components/modal/modal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 3dc6e4afd..3cc5ce76b 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -156,6 +156,7 @@ export default { width: 100%; bottom: 0; z-index: 5; + background-color: $white; } &.modal-component { .modal-dialog {