From 46f3736f44b20ae2e90b0774ad723db5d648eba9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 14 Oct 2021 01:27:45 +0900 Subject: :art: --- src/client/ui/_common_/sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/ui') diff --git a/src/client/ui/_common_/sidebar.vue b/src/client/ui/_common_/sidebar.vue index 33aea31c39..d00327b096 100644 --- a/src/client/ui/_common_/sidebar.vue +++ b/src/client/ui/_common_/sidebar.vue @@ -372,7 +372,7 @@ export default defineComponent({ right: 0; bottom: 0; border-radius: 999px; - background: var(--accent); + background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB)); } &:hover, &.active { -- cgit v1.2.3-freya