diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-12-16 12:05:13 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-12-16 12:05:13 +0200 |
| commit | 6a469963b002c33e320f4d19cde2925d2bed3171 (patch) | |
| tree | 93ce2924c47793578200ae650df1eef79e17c839 | |
| parent | 5077549c7314c5ba18160a2a1a0bb303f143c182 (diff) | |
fix remote follow button style
| -rw-r--r-- | src/components/remote_follow/remote_follow.vue | 2 |
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> |
