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] 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; } } }