summaryrefslogtreecommitdiff
path: root/src/components/Selection.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Selection.module.scss')
-rw-r--r--src/components/Selection.module.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Selection.module.scss b/src/components/Selection.module.scss
index 5fa4576..44cf4d8 100644
--- a/src/components/Selection.module.scss
+++ b/src/components/Selection.module.scss
@@ -15,9 +15,9 @@
}
.input:focus + .cnt {
- border-color: #387cec;
+ border-color: var(--color-focus-blue);
}
.input:checked + .cnt {
- border-color: #387cec;
+ border-color: var(--color-focus-blue);
}