Update src/digital-components/modal/modal.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5ba937834c
commit
a6163328f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue