From f8364b79783394427c81360af7bd08ca2aaa9639 Mon Sep 17 00:00:00 2001 From: cubemaze Date: Sat, 13 May 2023 12:34:05 +0800 Subject: chore: theme style --- src/components/Selection.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Selection.module.scss') 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); } -- cgit v1.3.1