diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 01:27:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 01:27:45 +0900 |
| commit | 46f3736f44b20ae2e90b0774ad723db5d648eba9 (patch) | |
| tree | 81b819fbb01649516b06434b25c7dfc07a68c1f8 /src/client/ui | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-46f3736f44b20ae2e90b0774ad723db5d648eba9.tar.gz sharkey-46f3736f44b20ae2e90b0774ad723db5d648eba9.tar.bz2 sharkey-46f3736f44b20ae2e90b0774ad723db5d648eba9.zip | |
:art:
Diffstat (limited to 'src/client/ui')
| -rw-r--r-- | src/client/ui/_common_/sidebar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |