From 5ba937834c938c0b98bec0cf6c0efa0ae9f74547 Mon Sep 17 00:00:00 2001 From: katiekroell <100247286+katiekroell@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:03:21 -0400 Subject: [PATCH 1/2] Update src/iss-components/recal-modal/recal-modal.vue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/iss-components/recal-modal/recal-modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iss-components/recal-modal/recal-modal.vue b/src/iss-components/recal-modal/recal-modal.vue index 852befa2..2564c9cf 100644 --- a/src/iss-components/recal-modal/recal-modal.vue +++ b/src/iss-components/recal-modal/recal-modal.vue @@ -77,7 +77,7 @@ export default { color: $heritage-blue-secondary; } &:focus, &:active { - box-shadow: 0 0 0 3px #ffffff, 0 0 0 5.5px $heritage-blue-secondary; + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $heritage-blue-secondary; } font-weight: 600; color: $heritage-blue-secondary; From a6163328f94a123a402ca8ae23ffecbaf0702633 Mon Sep 17 00:00:00 2001 From: katiekroell <100247286+katiekroell@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:03:36 -0400 Subject: [PATCH 2/2] Update src/digital-components/modal/modal.vue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/digital-components/modal/modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 1750e75c..9949c4e1 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -287,7 +287,7 @@ export default { } &:active, &:focus { - box-shadow: 0 0 0 3px #ffffff, 0 0 0 5.5px $heritage-blue-secondary; + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $heritage-blue-secondary; } } }