diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
| commit | e9afc1d867250184e29de3428ae271b64a00a1f6 (patch) | |
| tree | ccbbd198622fada4f4499f43ad04e6d99286d6e8 /src/client/components/ui/button.vue | |
| parent | :art: (diff) | |
| download | sharkey-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.vue | 4 |
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); } } |