summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-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;
}