Update src/digital-components/modal/modal.vue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
katiekroell 2026-03-09 15:03:36 -04:00 committed by GitHub
parent 5ba937834c
commit a6163328f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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