diff options
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); } } |