aboutsummaryrefslogtreecommitdiff
path: root/src/components/remote_follow
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-12-16 12:05:13 +0200
committerShpuld Shpuldson <shp@cock.li>2020-12-16 12:05:13 +0200
commit6a469963b002c33e320f4d19cde2925d2bed3171 (patch)
tree93ce2924c47793578200ae650df1eef79e17c839 /src/components/remote_follow
parent5077549c7314c5ba18160a2a1a0bb303f143c182 (diff)
fix remote follow button style
Diffstat (limited to 'src/components/remote_follow')
-rw-r--r--src/components/remote_follow/remote_follow.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/remote_follow/remote_follow.vue b/src/components/remote_follow/remote_follow.vue
index cb1c2a1b..be827400 100644
--- a/src/components/remote_follow/remote_follow.vue
+++ b/src/components/remote_follow/remote_follow.vue
@@ -16,7 +16,7 @@
>
<button
click="submit"
- class="remote-button"
+ class="button-default remote-button"
>
{{ $t('user_card.remote_follow') }}
</button>