aboutsummaryrefslogtreecommitdiff
path: root/src/components/async_component_error
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/async_component_error')
-rw-r--r--src/components/async_component_error/async_component_error.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/async_component_error/async_component_error.vue b/src/components/async_component_error/async_component_error.vue
index b68b98f9..b1b59638 100644
--- a/src/components/async_component_error/async_component_error.vue
+++ b/src/components/async_component_error/async_component_error.vue
@@ -8,7 +8,7 @@
{{ $t('general.error_retry') }}
</p>
<button
- class="btn"
+ class="btn button-default"
@click="retry"
>
{{ $t('general.retry') }}