summaryrefslogtreecommitdiff
path: root/src/client/components/ui/button.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:49:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:49:58 +0900
commite9afc1d867250184e29de3428ae271b64a00a1f6 (patch)
treeccbbd198622fada4f4499f43ad04e6d99286d6e8 /src/client/components/ui/button.vue
parent:art: (diff)
downloadsharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.gz
sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.bz2
sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.zip
refactror
Diffstat (limited to 'src/client/components/ui/button.vue')
-rw-r--r--src/client/components/ui/button.vue4
1 files changed, 2 insertions, 2 deletions
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);
}
}