summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-14 02:00:34 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-14 02:00:34 +0900
commit3dc70f9878385ce34c3d4f8ae35006fbe690f8d2 (patch)
treeb2e1bcfbbe35ba2b579bbbb99e3cb1c06e4e99e4 /src
parentchore: https://github.com/misskey-dev/misskey/commit/ba6959b8c1c4faafccdeb0f7... (diff)
downloadsharkey-3dc70f9878385ce34c3d4f8ae35006fbe690f8d2.tar.gz
sharkey-3dc70f9878385ce34c3d4f8ae35006fbe690f8d2.tar.bz2
sharkey-3dc70f9878385ce34c3d4f8ae35006fbe690f8d2.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/ui/default.sidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/default.sidebar.vue b/src/client/ui/default.sidebar.vue
index 745ad2d602..e36febb7fa 100644
--- a/src/client/ui/default.sidebar.vue
+++ b/src/client/ui/default.sidebar.vue
@@ -4,7 +4,7 @@
<MkAvatar :user="$i" class="avatar"/><MkAcct class="text" :user="$i"/>
</button>
<div class="post" @click="post" data-cy-open-post-form>
- <MkButton class="button" primary full>
+ <MkButton class="button" gradate full rounded>
<i class="fas fa-pencil-alt fa-fw"></i><span class="text" v-if="!iconOnly">{{ $ts.note }}</span>
</MkButton>
</div>