summaryrefslogtreecommitdiff
path: root/src/client/components/ui
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-01-31 15:50:46 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-01-31 15:50:46 +0900
commit856925f2ca97614f8b29d1abd489d15946160b23 (patch)
treeb7fcbad16f04429975bb6e960a89e23dd6b54cac /src/client/components/ui
parentFix bug (diff)
downloadsharkey-856925f2ca97614f8b29d1abd489d15946160b23.tar.gz
sharkey-856925f2ca97614f8b29d1abd489d15946160b23.tar.bz2
sharkey-856925f2ca97614f8b29d1abd489d15946160b23.zip
Fix style
Diffstat (limited to 'src/client/components/ui')
-rw-r--r--src/client/components/ui/radio.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/ui/radio.vue b/src/client/components/ui/radio.vue
index 7659d147e6..ada7208fab 100644
--- a/src/client/components/ui/radio.vue
+++ b/src/client/components/ui/radio.vue
@@ -66,10 +66,10 @@ export default Vue.extend({
&.checked {
> .button {
- border-color: var(--radioActive);
+ border-color: var(--accent);
&:after {
- background-color: var(--radioActive);
+ background-color: var(--accent);
transform: scale(1);
opacity: 1;
}