From e9afc1d867250184e29de3428ae271b64a00a1f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 Jul 2020 03:49:58 +0900 Subject: refactror --- src/client/components/ui/button.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/components/ui/button.vue') diff --git a/src/client/components/ui/button.vue b/src/client/components/ui/button.vue index 15289c820e..e5abf37be3 100644 --- a/src/client/components/ui/button.vue +++ b/src/client/components/ui/button.vue @@ -126,11 +126,11 @@ export default Vue.extend({ background: var(--accent); &:not(:disabled):hover { - background: var(--jkhztclx); + background: var(--X8); } &:not(:disabled):active { - background: var(--jkhztclx); + background: var(--X8); } } -- cgit v1.2.3-freya